Html Css Color HEX #76229C Vivid Violet

📋 copy color: '#76229C'

red 118 ◦ green 34 ◦ blue 156

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

Shades of Vivid Violet #76229C

Tints of Vivid Violet #76229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.04%

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

R = 38.31%
G = 11.04%
B = 50.65%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76229C (or 0x76229C) is known color: Vivid Violet. HEX triplet: 76, 22 and 9C. RGB value is (118,34,156). Sum of RGB (Red+Green+Blue) = 118+34+156=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #76229C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76229C is #89DD63. Grayscale: #484848. Windows color (decimal): -9035108 or 10232438. OLE color: 10232438.

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

Color convert

RGB 118 34 156 -
CMYK 0.24 0.78 0 0.39
HSL 281.31º 0.64% 0.37% -
HSV(B) 281.31º 0.78% 0.61% -
XYZ 14.04 7.4 32.14 -
YUV 73.02 174.83 160.08 -
System Red Green Blue C M Y K H S L
Decimal 118 34 156 0.24 0.78 0 0.39 281.31 0.64 0.37
Hex 76 22 9C 18 4E 0 27 119 40 25
Octal 166 42 234 30 116 0 47 431 100 45
Binary 1110110 100010 10011100 11000 1001110 0 100111 100011001 1000000 100101

Color Harmonies of #76229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76229C

Black with #76229C

Text Example


Text Example

White with #76229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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