Html Css Color HEX #76229A Vivid Violet

📋 copy color: '#76229A'

red 118 ◦ green 34 ◦ blue 154

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

Shades of Vivid Violet #76229A

Tints of Vivid Violet #76229A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.33%

R = 38.56%
G = 11.11%
B = 50.33%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76229A (or 0x76229A) is known color: Vivid Violet. HEX triplet: 76, 22 and 9A. RGB value is (118,34,154). Sum of RGB (Red+Green+Blue) = 118+34+154=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #76229A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76229A is #89DD65. Grayscale: #484848. Windows color (decimal): -9035110 or 10101366. OLE color: 10101366.

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

Color convert

RGB 118 34 154 -
CMYK 0.23 0.78 0 0.40
HSL 282º 0.64% 0.37% -
HSV(B) 282º 0.78% 0.6% -
XYZ 13.88 7.33 31.26 -
YUV 72.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 118 34 154 0.23 0.78 0 0.40 282 0.64 0.37
Hex 76 22 9A 17 4E 0 28 11A 40 25
Octal 166 42 232 27 116 0 50 432 100 45
Binary 1110110 100010 10011010 10111 1001110 0 101000 100011010 1000000 100101

Color Harmonies of #76229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76229A

Black with #76229A

Text Example


Text Example

White with #76229A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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