Html Css Color HEX #77229B Vivid Violet

📋 copy color: '#77229B'

red 119 ◦ green 34 ◦ blue 155

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

Shades of Vivid Violet #77229B

Tints of Vivid Violet #77229B

RGB

 RED value IS 119 (46.88% from 255) = 38.64%

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

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

R = 38.64%
G = 11.04%
B = 50.32%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77229B (or 0x77229B) is known color: Vivid Violet. HEX triplet: 77, 22 and 9B. RGB value is (119,34,155). Sum of RGB (Red+Green+Blue) = 119+34+155=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #77229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77229B is #88DD64. Grayscale: #484848. Windows color (decimal): -8969573 or 10166903. OLE color: 10166903.

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

Color convert

RGB 119 34 155 -
CMYK 0.23 0.78 0 0.39
HSL 282.15º 0.64% 0.37% -
HSV(B) 282.15º 0.78% 0.61% -
XYZ 14.1 7.43 31.7 -
YUV 73.21 174.16 160.66 -
System Red Green Blue C M Y K H S L
Decimal 119 34 155 0.23 0.78 0 0.39 282.15 0.64 0.37
Hex 77 22 9B 17 4E 0 27 11A 40 25
Octal 167 42 233 27 116 0 47 432 100 45
Binary 1110111 100010 10011011 10111 1001110 0 100111 100011010 1000000 100101

Color Harmonies of #77229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77229B

Black with #77229B

Text Example


Text Example

White with #77229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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