Html Css Color HEX #772899 Vivid Violet

📋 copy color: '#772899'

red 119 ◦ green 40 ◦ blue 153

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

Shades of Vivid Violet #772899

Tints of Vivid Violet #772899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

 BLUE value IS 153 (60.16% from 255) = 49.04%

R = 38.14%
G = 12.82%
B = 49.04%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#772899 (or 0x772899) is known color: Vivid Violet. HEX triplet: 77, 28 and 99. RGB value is (119,40,153). Sum of RGB (Red+Green+Blue) = 119+40+153=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #772899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772899 is #88D766. Grayscale: #4C4C4C. Windows color (decimal): -8968039 or 10037367. OLE color: 10037367.

HSL color Cylindrical-coordinate representation of color #772899: hue angle of 281.95º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772899 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 40 153 -
CMYK 0.22 0.74 0 0.4
HSL 281.95º 0.59% 0.38% -
HSV(B) 281.95º 0.74% 0.6% -
XYZ 14.12 7.74 30.89 -
YUV 76.5 171.17 158.31 -
System Red Green Blue C M Y K H S L
Decimal 119 40 153 0.22 0.74 0 0.4 281.95 0.59 0.38
Hex 77 28 99 16 4A 0 28 11A 3B 26
Octal 167 50 231 26 112 0 50 432 73 46
Binary 1110111 101000 10011001 10110 1001010 0 101000 100011010 111011 100110

Color Harmonies of #772899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772899

Black with #772899

Text Example


Text Example

White with #772899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772899; }

 p { color: rgb(119,40,153); }

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

background-color css

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

 a { background-color: rgb(119,40,153); }

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

border-color css

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

 span { border-color: rgb(119,40,153); }

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