Html Css Color HEX #77219F Vivid Violet

📋 copy color: '#77219F'

red 119 ◦ green 33 ◦ blue 159

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

Shades of Vivid Violet #77219F

Tints of Vivid Violet #77219F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

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

R = 38.26%
G = 10.61%
B = 51.13%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77219F (or 0x77219F) is known color: Vivid Violet. HEX triplet: 77, 21 and 9F. RGB value is (119,33,159). Sum of RGB (Red+Green+Blue) = 119+33+159=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 33 (13.28% from 255 or 10.61% 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 #77219F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77219F is #88DE60. Grayscale: #484848. Windows color (decimal): -8969825 or 10428791. OLE color: 10428791.

HSL color Cylindrical-coordinate representation of color #77219F: hue angle of 280.95º degrees, saturation: 0.66, 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 #77219F is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 33 159 -
CMYK 0.25 0.79 0 0.38
HSL 280.95º 0.66% 0.38% -
HSV(B) 280.95º 0.79% 0.62% -
XYZ 14.41 7.51 33.49 -
YUV 73.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 119 33 159 0.25 0.79 0 0.38 280.95 0.66 0.38
Hex 77 21 9F 19 4F 0 26 119 42 26
Octal 167 41 237 31 117 0 46 431 102 46
Binary 1110111 100001 10011111 11001 1001111 0 100110 100011001 1000010 100110

Color Harmonies of #77219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77219F

Black with #77219F

Text Example


Text Example

White with #77219F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,33,159); }

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

background-color css

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

 a { background-color: rgb(119,33,159); }

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

border-color css

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

 span { border-color: rgb(119,33,159); }

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