Html Css Color HEX #77208D Vivid Violet

📋 copy color: '#77208D'

red 119 ◦ green 32 ◦ blue 141

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

Shades of Vivid Violet #77208D

Tints of Vivid Violet #77208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.29%

R = 40.75%
G = 10.96%
B = 48.29%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77208D (or 0x77208D) is known color: Vivid Violet. HEX triplet: 77, 20 and 8D. RGB value is (119,32,141). Sum of RGB (Red+Green+Blue) = 119+32+141=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #77208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77208D is #88DF72. Grayscale: #464646. Windows color (decimal): -8970099 or 9248887. OLE color: 9248887.

HSL color Cylindrical-coordinate representation of color #77208D: hue angle of 287.89º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77208D is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 32 141 -
CMYK 0.16 0.77 0 0.45
HSL 287.89º 0.63% 0.34% -
HSV(B) 287.89º 0.77% 0.55% -
XYZ 12.93 6.88 25.85 -
YUV 70.44 167.82 162.64 -
System Red Green Blue C M Y K H S L
Decimal 119 32 141 0.16 0.77 0 0.45 287.89 0.63 0.34
Hex 77 20 8D 10 4D 0 2D 120 3F 22
Octal 167 40 215 20 115 0 55 440 77 42
Binary 1110111 100000 10001101 10000 1001101 0 101101 100100000 111111 100010

Color Harmonies of #77208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77208D

Black with #77208D

Text Example


Text Example

White with #77208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77208D; }

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

 H1.HeaderClassName
 {
   color: #77208D;
 }
 .AnyTagClassName
 {
   color: #77208D;
 }
</style>

background-color css

<style>
 a { background-color: #77208D; }

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

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

border-color css

<style>
 span { border-color: #77208D; }

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

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