Html Css Color HEX #76199D Vivid Violet

📋 copy color: '#76199D'

red 118 ◦ green 25 ◦ blue 157

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

Shades of Vivid Violet #76199D

Tints of Vivid Violet #76199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.33%

R = 39.33%
G = 8.33%
B = 52.33%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76199D (or 0x76199D) is known color: Vivid Violet. HEX triplet: 76, 19 and 9D. RGB value is (118,25,157). Sum of RGB (Red+Green+Blue) = 118+25+157=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #76199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76199D is #89E662. Grayscale: #434343. Windows color (decimal): -9037411 or 10295670. OLE color: 10295670.

HSL color Cylindrical-coordinate representation of color #76199D: hue angle of 282.27º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76199D is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 25 157 -
CMYK 0.25 0.84 0 0.38
HSL 282.27º 0.73% 0.36% -
HSV(B) 282.27º 0.84% 0.62% -
XYZ 13.9 6.98 32.51 -
YUV 67.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 118 25 157 0.25 0.84 0 0.38 282.27 0.73 0.36
Hex 76 19 9D 19 54 0 26 11A 49 24
Octal 166 31 235 31 124 0 46 432 111 44
Binary 1110110 11001 10011101 11001 1010100 0 100110 100011010 1001001 100100

Color Harmonies of #76199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76199D

Black with #76199D

Text Example


Text Example

White with #76199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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