Html Css Color HEX #77209B Vivid Violet

📋 copy color: '#77209B'

red 119 ◦ green 32 ◦ blue 155

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

Shades of Vivid Violet #77209B

Tints of Vivid Violet #77209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.46%

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

R = 38.89%
G = 10.46%
B = 50.65%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77209B (or 0x77209B) is known color: Vivid Violet. HEX triplet: 77, 20 and 9B. RGB value is (119,32,155). Sum of RGB (Red+Green+Blue) = 119+32+155=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 32 (12.89% from 255 or 10.46% 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 #77209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77209B is #88DF64. Grayscale: #474747. Windows color (decimal): -8970085 or 10166391. OLE color: 10166391.

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

Color convert

RGB 119 32 155 -
CMYK 0.23 0.79 0 0.39
HSL 282.44º 0.66% 0.37% -
HSV(B) 282.44º 0.79% 0.61% -
XYZ 14.04 7.32 31.68 -
YUV 72.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 119 32 155 0.23 0.79 0 0.39 282.44 0.66 0.37
Hex 77 20 9B 17 4F 0 27 11A 42 25
Octal 167 40 233 27 117 0 47 432 102 45
Binary 1110111 100000 10011011 10111 1001111 0 100111 100011010 1000010 100101

Color Harmonies of #77209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77209B

Black with #77209B

Text Example


Text Example

White with #77209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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