#78157f

Color #78157F Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #78157F

Tints of Purple #78157F

Color information

#78157F (or 0x78157F) is unknown color: approx Purple. HEX triplet: 78, 15 and 7F. RGB value is (120,21,127). Sum of RGB (Red+Green+Blue) = 120+21+127=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #78157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78157F is #87EA80. Grayscale: #3E3E3E. Windows color (decimal): -8907393 or 8328568. OLE color: 8328568.

HSL color Cylindrical-coordinate representation of color #78157F: hue angle of 296.04º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78157F is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12021127-
CMYK0.060.8300.50
HSL296.04º71.62%29.02%-
HSV(B)296.04º83.46%49.8%-
XYZ11.846.0620.62-
YUV62.68164.3168.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 21 (8.59% from 255) = 7.84%
BLUE value IS 127 (50% from 255) = 47.39%
R=44.78%
G=7.84%
B=47.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120211270.060.8300.50296.0471.6229.02
Hex78157F653032128481d
Octal17025177612306245011035
Binary111100010101111111111010100110110010100101000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78157f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78157f; }

 p { color: rgb(120,21,127); }

 H1.HeaderClassName
 {
   color: #78157f;
 }
 .AnyTagClassName
 {
   color: #78157f;
 }
</style>
background-color css

<style>
 a { background-color: #78157f; }

 a { background-color: rgb(120,21,127); }

 div.DivClassName
 {
   background-color: #78157f;
 }
 .BgClassName
 {
   background-color: #78157f;
 }
</style>
border-color css

<style>
 span { border-color: #78157f; }

 span { border-color: rgb(120,21,127); }

 td.TdClassName
 {
   border-color: #78157f;
 }
 .TagClassName
 {
   border-color: #78157f;
 }
</style>