Html Css Color HEX #772098 Vivid Violet

📋 copy color: '#772098'

red 119 ◦ green 32 ◦ blue 152

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

Shades of Vivid Violet #772098

Tints of Vivid Violet #772098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.17%

R = 39.27%
G = 10.56%
B = 50.17%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#772098 (or 0x772098) is known color: Vivid Violet. HEX triplet: 77, 20 and 98. RGB value is (119,32,152). Sum of RGB (Red+Green+Blue) = 119+32+152=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #772098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772098 is #88DF67. Grayscale: #474747. Windows color (decimal): -8970088 or 9969783. OLE color: 9969783.

HSL color Cylindrical-coordinate representation of color #772098: hue angle of 283.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772098 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 32 152 -
CMYK 0.22 0.79 0 0.40
HSL 283.5º 0.65% 0.36% -
HSV(B) 283.5º 0.79% 0.6% -
XYZ 13.79 7.22 30.37 -
YUV 71.69 173.32 161.74 -
System Red Green Blue C M Y K H S L
Decimal 119 32 152 0.22 0.79 0 0.40 283.5 0.65 0.36
Hex 77 20 98 16 4F 0 28 11C 41 24
Octal 167 40 230 26 117 0 50 434 101 44
Binary 1110111 100000 10011000 10110 1001111 0 101000 100011100 1000001 100100

Color Harmonies of #772098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772098

Black with #772098

Text Example


Text Example

White with #772098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772098; }

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

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

background-color css

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

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

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

border-color css

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

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

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