#76098B

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

Shades of Purple #76098B

Tints of Purple #76098B

Color information

#76098B (or 0x76098B) is unknown color: approx Purple. HEX triplet: 76, 09 and 8B. RGB value is (118,9,139). Sum of RGB (Red+Green+Blue) = 118+9+139=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #76098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76098B is #89F674. Grayscale: #383838. Windows color (decimal): -9041525 or 9111926. OLE color: 9111926.

HSL color Cylindrical-coordinate representation of color #76098B: hue angle of 290.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76098B is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1189139-
CMYK0.150.9400.45
HSL290.31º87.84%29.02%-
HSV(B)290.31º93.53%54.51%-
XYZ12.235.9124.92-
YUV56.41174.61171.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 9 (3.91% from 255) = 3.38%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=44.36%
G=3.38%
B=52.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11891390.150.9400.45290.3187.8429.02
Hex7698BF5E02D122581d
Octal166112131713605544213035
Binary1110110100110001011111110111100101101100100010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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