#781988

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

Shades of Purple #781988

Tints of Purple #781988

Color information

#781988 (or 0x781988) is unknown color: approx Purple. HEX triplet: 78, 19 and 88. RGB value is (120,25,136). Sum of RGB (Red+Green+Blue) = 120+25+136=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #781988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781988 is #87E677. Grayscale: #414141. Windows color (decimal): -8906360 or 8919416. OLE color: 8919416.

HSL color Cylindrical-coordinate representation of color #781988: hue angle of 291.35º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781988 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12025136-
CMYK0.120.8200.47
HSL291.35º68.94%31.57%-
HSV(B)291.35º81.62%53.33%-
XYZ12.546.4723.88-
YUV66.06167.47166.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 25 (10.16% from 255) = 8.90%
BLUE value IS 136 (53.52% from 255) = 48.40%
R=42.70%
G=8.90%
B=48.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120251360.120.8200.47291.3568.9431.57
Hex781988C5202F1234520
Octal170312101412205744310540
Binary111100011001100010001100101001001011111001000111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781988; }

 p { color: rgb(120,25,136); }

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

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

 a { background-color: rgb(120,25,136); }

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

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

 span { border-color: rgb(120,25,136); }

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