Html Css Color HEX #76189B Vivid Violet

📋 copy color: '#76189B'

red 118 ◦ green 24 ◦ blue 155

#76189B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #76189B

Tints of Vivid Violet #76189B

RGB

 RED value IS 118 (46.48% from 255) = 39.73%

 GREEN value IS 24 (9.77% from 255) = 8.08%

 BLUE value IS 155 (60.94% from 255) = 52.19%

R = 39.73%
G = 8.08%
B = 52.19%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76189B (or 0x76189B) is known color: Vivid Violet. HEX triplet: 76, 18 and 9B. RGB value is (118,24,155). Sum of RGB (Red+Green+Blue) = 118+24+155=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #76189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76189B is #89E764. Grayscale: #424242. Windows color (decimal): -9037669 or 10164342. OLE color: 10164342.

HSL color Cylindrical-coordinate representation of color #76189B: hue angle of 283.05º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76189B is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 24 155 -
CMYK 0.24 0.85 0 0.39
HSL 283.05º 0.73% 0.35% -
HSV(B) 283.05º 0.85% 0.61% -
XYZ 13.71 6.87 31.61 -
YUV 67.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 118 24 155 0.24 0.85 0 0.39 283.05 0.73 0.35
Hex 76 18 9B 18 55 0 27 11B 49 23
Octal 166 30 233 30 125 0 47 433 111 43
Binary 1110110 11000 10011011 11000 1010101 0 100111 100011011 1001001 100011

Color Harmonies of #76189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76189B

Black with #76189B

Text Example


Text Example

White with #76189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76189B;
 }
 .AnyTagClassName
 {
   color: #76189B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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