Html Css Color HEX #76199F Vivid Violet

📋 copy color: '#76199F'

red 118 ◦ green 25 ◦ blue 159

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

Shades of Vivid Violet #76199F

Tints of Vivid Violet #76199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.65%

R = 39.07%
G = 8.28%
B = 52.65%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76199F (or 0x76199F) is known color: Vivid Violet. HEX triplet: 76, 19 and 9F. RGB value is (118,25,159). Sum of RGB (Red+Green+Blue) = 118+25+159=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #76199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76199F is #89E660. Grayscale: #434343. Windows color (decimal): -9037409 or 10426742. OLE color: 10426742.

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

Color convert

RGB 118 25 159 -
CMYK 0.26 0.84 0 0.38
HSL 281.64º 0.73% 0.36% -
HSV(B) 281.64º 0.84% 0.62% -
XYZ 14.08 7.05 33.42 -
YUV 68.08 179.31 163.6 -
System Red Green Blue C M Y K H S L
Decimal 118 25 159 0.26 0.84 0 0.38 281.64 0.73 0.36
Hex 76 19 9F 1A 54 0 26 11A 49 24
Octal 166 31 237 32 124 0 46 432 111 44
Binary 1110110 11001 10011111 11010 1010100 0 100110 100011010 1001001 100100

Color Harmonies of #76199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76199F

Black with #76199F

Text Example


Text Example

White with #76199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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