Html Css Color HEX #76229B Vivid Violet

📋 copy color: '#76229B'

red 118 ◦ green 34 ◦ blue 155

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

Shades of Vivid Violet #76229B

Tints of Vivid Violet #76229B

RGB

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

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

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

R = 38.44%
G = 11.07%
B = 50.49%

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

#76229B (or 0x76229B) is known color: Vivid Violet. HEX triplet: 76, 22 and 9B. RGB value is (118,34,155). Sum of RGB (Red+Green+Blue) = 118+34+155=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #76229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76229B is #89DD64. Grayscale: #484848. Windows color (decimal): -9035109 or 10166902. OLE color: 10166902.

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

Color convert

RGB 118 34 155 -
CMYK 0.24 0.78 0 0.39
HSL 281.65º 0.64% 0.37% -
HSV(B) 281.65º 0.78% 0.61% -
XYZ 13.96 7.36 31.7 -
YUV 72.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 118 34 155 0.24 0.78 0 0.39 281.65 0.64 0.37
Hex 76 22 9B 18 4E 0 27 11A 40 25
Octal 166 42 233 30 116 0 47 432 100 45
Binary 1110110 100010 10011011 11000 1001110 0 100111 100011010 1000000 100101

Color Harmonies of #76229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76229B

Black with #76229B

Text Example


Text Example

White with #76229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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