Html Css Color HEX #76219C Vivid Violet

📋 copy color: '#76219C'

red 118 ◦ green 33 ◦ blue 156

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

Shades of Vivid Violet #76219C

Tints of Vivid Violet #76219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.75%

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

R = 38.44%
G = 10.75%
B = 50.81%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76219C (or 0x76219C) is known color: Vivid Violet. HEX triplet: 76, 21 and 9C. RGB value is (118,33,156). Sum of RGB (Red+Green+Blue) = 118+33+156=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #76219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76219C is #89DE63. Grayscale: #484848. Windows color (decimal): -9035364 or 10232182. OLE color: 10232182.

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

Color convert

RGB 118 33 156 -
CMYK 0.24 0.79 0 0.39
HSL 281.46º 0.65% 0.37% -
HSV(B) 281.46º 0.79% 0.61% -
XYZ 14.02 7.34 32.13 -
YUV 72.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 118 33 156 0.24 0.79 0 0.39 281.46 0.65 0.37
Hex 76 21 9C 18 4F 0 27 119 41 25
Octal 166 41 234 30 117 0 47 431 101 45
Binary 1110110 100001 10011100 11000 1001111 0 100111 100011001 1000001 100101

Color Harmonies of #76219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76219C

Black with #76219C

Text Example


Text Example

White with #76219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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