Html Css Color HEX #76219B Vivid Violet

📋 copy color: '#76219B'

red 118 ◦ green 33 ◦ blue 155

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

Shades of Vivid Violet #76219B

Tints of Vivid Violet #76219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.65%

R = 38.56%
G = 10.78%
B = 50.65%

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

#76219B (or 0x76219B) is known color: Vivid Violet. HEX triplet: 76, 21 and 9B. RGB value is (118,33,155). Sum of RGB (Red+Green+Blue) = 118+33+155=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #76219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76219B is #89DE64. Grayscale: #474747. Windows color (decimal): -9035365 or 10166646. OLE color: 10166646.

HSL color Cylindrical-coordinate representation of color #76219B: hue angle of 281.8º 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 #76219B is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 33 155 -
CMYK 0.24 0.79 0 0.39
HSL 281.8º 0.65% 0.37% -
HSV(B) 281.8º 0.79% 0.61% -
XYZ 13.93 7.31 31.69 -
YUV 72.32 174.66 160.58 -
System Red Green Blue C M Y K H S L
Decimal 118 33 155 0.24 0.79 0 0.39 281.8 0.65 0.37
Hex 76 21 9B 18 4F 0 27 11A 41 25
Octal 166 41 233 30 117 0 47 432 101 45
Binary 1110110 100001 10011011 11000 1001111 0 100111 100011010 1000001 100101

Color Harmonies of #76219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76219B

Black with #76219B

Text Example


Text Example

White with #76219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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