Html Css Color HEX #76159C Vivid Violet

📋 copy color: '#76159C'

red 118 ◦ green 21 ◦ blue 156

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

Shades of Vivid Violet #76159C

Tints of Vivid Violet #76159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.12%

 BLUE value IS 156 (61.33% from 255) = 52.88%

R = 40%
G = 7.12%
B = 52.88%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76159C (or 0x76159C) is known color: Vivid Violet. HEX triplet: 76, 15 and 9C. RGB value is (118,21,156). Sum of RGB (Red+Green+Blue) = 118+21+156=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #76159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76159C is #89EA63. Grayscale: #404040. Windows color (decimal): -9038436 or 10229110. OLE color: 10229110.

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

Color convert

RGB 118 21 156 -
CMYK 0.24 0.87 0 0.39
HSL 283.11º 0.76% 0.35% -
HSV(B) 283.11º 0.87% 0.61% -
XYZ 13.74 6.79 32.04 -
YUV 65.39 179.14 165.52 -
System Red Green Blue C M Y K H S L
Decimal 118 21 156 0.24 0.87 0 0.39 283.11 0.76 0.35
Hex 76 15 9C 18 57 0 27 11B 4C 23
Octal 166 25 234 30 127 0 47 433 114 43
Binary 1110110 10101 10011100 11000 1010111 0 100111 100011011 1001100 100011

Color Harmonies of #76159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76159C

Black with #76159C

Text Example


Text Example

White with #76159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76159C; }

 p { color: rgb(118,21,156); }

 H1.HeaderClassName
 {
   color: #76159C;
 }
 .AnyTagClassName
 {
   color: #76159C;
 }
</style>

background-color css

<style>
 a { background-color: #76159C; }

 a { background-color: rgb(118,21,156); }

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

border-color css

<style>
 span { border-color: #76159C; }

 span { border-color: rgb(118,21,156); }

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