#76188F

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

Shades of Vivid Violet #76188F

Tints of Vivid Violet #76188F

Color information

#76188F (or 0x76188F) is unknown color: approx Vivid Violet. HEX triplet: 76, 18 and 8F. RGB value is (118,24,143). Sum of RGB (Red+Green+Blue) = 118+24+143=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #76188F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76188F is #89E770. Grayscale: #414141. Windows color (decimal): -9037681 or 9377910. OLE color: 9377910.

HSL color Cylindrical-coordinate representation of color #76188F: hue angle of 287.39º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76188F is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11824143-
CMYK0.170.8300.44
HSL287.39º71.26%32.75%-
HSV(B)287.39º83.22%56.08%-
XYZ12.766.4926.57-
YUV65.67171.64165.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 143 (56.25% from 255) = 50.18%
R=41.40%
G=8.42%
B=50.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118241430.170.8300.44287.3971.2632.75
Hex76188F115302C11f4721
Octal166302172112305443710741
Binary1110110110001000111110001101001101011001000111111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76188F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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