Html Css Color HEX #76199E Vivid Violet

📋 copy color: '#76199E'

red 118 ◦ green 25 ◦ blue 158

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

Shades of Vivid Violet #76199E

Tints of Vivid Violet #76199E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.49%

R = 39.2%
G = 8.31%
B = 52.49%

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

#76199E (or 0x76199E) is known color: Vivid Violet. HEX triplet: 76, 19 and 9E. RGB value is (118,25,158). Sum of RGB (Red+Green+Blue) = 118+25+158=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #76199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76199E is #89E661. Grayscale: #434343. Windows color (decimal): -9037410 or 10361206. OLE color: 10361206.

HSL color Cylindrical-coordinate representation of color #76199E: hue angle of 281.95º 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 #76199E is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 25 158 -
CMYK 0.25 0.84 0 0.38
HSL 281.95º 0.73% 0.36% -
HSV(B) 281.95º 0.84% 0.62% -
XYZ 13.99 7.02 32.96 -
YUV 67.97 178.81 163.69 -
System Red Green Blue C M Y K H S L
Decimal 118 25 158 0.25 0.84 0 0.38 281.95 0.73 0.36
Hex 76 19 9E 19 54 0 26 11A 49 24
Octal 166 31 236 31 124 0 46 432 111 44
Binary 1110110 11001 10011110 11001 1010100 0 100110 100011010 1001001 100100

Color Harmonies of #76199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76199E

Black with #76199E

Text Example


Text Example

White with #76199E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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