Html Css Color HEX #772299 Vivid Violet

📋 copy color: '#772299'

red 119 ◦ green 34 ◦ blue 153

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

Shades of Vivid Violet #772299

Tints of Vivid Violet #772299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.11%

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

R = 38.89%
G = 11.11%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#772299 (or 0x772299) is known color: Vivid Violet. HEX triplet: 77, 22 and 99. RGB value is (119,34,153). Sum of RGB (Red+Green+Blue) = 119+34+153=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #772299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772299 is #88DD66. Grayscale: #484848. Windows color (decimal): -8969575 or 10035831. OLE color: 10035831.

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

Color convert

RGB 119 34 153 -
CMYK 0.22 0.78 0 0.4
HSL 282.86º 0.64% 0.37% -
HSV(B) 282.86º 0.78% 0.6% -
XYZ 13.93 7.37 30.82 -
YUV 72.98 173.16 160.82 -
System Red Green Blue C M Y K H S L
Decimal 119 34 153 0.22 0.78 0 0.4 282.86 0.64 0.37
Hex 77 22 99 16 4E 0 28 11B 40 25
Octal 167 42 231 26 116 0 50 433 100 45
Binary 1110111 100010 10011001 10110 1001110 0 101000 100011011 1000000 100101

Color Harmonies of #772299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772299

Black with #772299

Text Example


Text Example

White with #772299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772299; }

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

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

background-color css

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

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

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

border-color css

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

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

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