#76098E

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

Shades of Purple #76098E

Tints of Purple #76098E

Color information

#76098E (or 0x76098E) is unknown color: approx Purple. HEX triplet: 76, 09 and 8E. RGB value is (118,9,142). Sum of RGB (Red+Green+Blue) = 118+9+142=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #76098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76098E is #89F671. Grayscale: #383838. Windows color (decimal): -9041522 or 9308534. OLE color: 9308534.

HSL color Cylindrical-coordinate representation of color #76098E: hue angle of 289.17º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76098E is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1189142-
CMYK0.170.9400.44
HSL289.17º88.08%29.61%-
HSV(B)289.17º93.66%55.69%-
XYZ12.45626.09-
YUV56.75176.11171.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 9 (3.91% from 255) = 3.35%
BLUE value IS 142 (55.86% from 255) = 52.79%
R=43.87%
G=3.35%
B=52.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11891420.170.9400.44289.1788.0829.61
Hex7698E115E02C121581e
Octal166112162113605444113036
Binary11101101001100011101000110111100101100100100001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76098E; }

 p { color: rgb(118,9,142); }

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

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

 a { background-color: rgb(118,9,142); }

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

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

 span { border-color: rgb(118,9,142); }

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