Html Css Color HEX #76199B Vivid Violet

📋 copy color: '#76199B'

red 118 ◦ green 25 ◦ blue 155

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

Shades of Vivid Violet #76199B

Tints of Vivid Violet #76199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.39%

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

R = 39.6%
G = 8.39%
B = 52.01%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76199B (or 0x76199B) is known color: Vivid Violet. HEX triplet: 76, 19 and 9B. RGB value is (118,25,155). Sum of RGB (Red+Green+Blue) = 118+25+155=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #76199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76199B is #89E664. Grayscale: #434343. Windows color (decimal): -9037413 or 10164598. OLE color: 10164598.

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

Color convert

RGB 118 25 155 -
CMYK 0.24 0.84 0 0.39
HSL 282.92º 0.72% 0.35% -
HSV(B) 282.92º 0.84% 0.61% -
XYZ 13.74 6.91 31.62 -
YUV 67.63 177.31 163.93 -
System Red Green Blue C M Y K H S L
Decimal 118 25 155 0.24 0.84 0 0.39 282.92 0.72 0.35
Hex 76 19 9B 18 54 0 27 11B 48 23
Octal 166 31 233 30 124 0 47 433 110 43
Binary 1110110 11001 10011011 11000 1010100 0 100111 100011011 1001000 100011

Color Harmonies of #76199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76199B

Black with #76199B

Text Example


Text Example

White with #76199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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