#76098F

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

Shades of Purple #76098F

Tints of Purple #76098F

Color information

#76098F (or 0x76098F) is unknown color: approx Purple. HEX triplet: 76, 09 and 8F. RGB value is (118,9,143). Sum of RGB (Red+Green+Blue) = 118+9+143=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #76098F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76098F is #89F670. Grayscale: #383838. Windows color (decimal): -9041521 or 9374070. OLE color: 9374070.

HSL color Cylindrical-coordinate representation of color #76098F: hue angle of 288.81º 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 #76098F is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1189143-
CMYK0.170.9400.44
HSL288.81º88.16%29.8%-
HSV(B)288.81º93.71%56.08%-
XYZ12.536.0326.49-
YUV56.87176.61171.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 9 (3.91% from 255) = 3.33%
BLUE value IS 143 (56.25% from 255) = 52.96%
R=43.70%
G=3.33%
B=52.96%

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
Decimal11891430.170.9400.44288.8188.1629.8
Hex7698F115E02C121581e
Octal166112172113605444113036
Binary11101101001100011111000110111100101100100100001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76098F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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