Html Css Color HEX #76229F Vivid Violet

📋 copy color: '#76229F'

red 118 ◦ green 34 ◦ blue 159

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

Shades of Vivid Violet #76229F

Tints of Vivid Violet #76229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.13%

R = 37.94%
G = 10.93%
B = 51.13%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76229F (or 0x76229F) is known color: Vivid Violet. HEX triplet: 76, 22 and 9F. RGB value is (118,34,159). Sum of RGB (Red+Green+Blue) = 118+34+159=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #76229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76229F is #89DD60. Grayscale: #484848. Windows color (decimal): -9035105 or 10429046. OLE color: 10429046.

HSL color Cylindrical-coordinate representation of color #76229F: hue angle of 280.32º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76229F is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 34 159 -
CMYK 0.26 0.79 0 0.38
HSL 280.32º 0.65% 0.38% -
HSV(B) 280.32º 0.79% 0.62% -
XYZ 14.3 7.5 33.49 -
YUV 73.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 118 34 159 0.26 0.79 0 0.38 280.32 0.65 0.38
Hex 76 22 9F 1A 4F 0 26 118 41 26
Octal 166 42 237 32 117 0 46 430 101 46
Binary 1110110 100010 10011111 11010 1001111 0 100110 100011000 1000001 100110

Color Harmonies of #76229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76229F

Black with #76229F

Text Example


Text Example

White with #76229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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