#772499

Color #772499 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #772499

Tints of Vivid Violet #772499

Color information

#772499 (or 0x772499) is unknown color: approx Vivid Violet. HEX triplet: 77, 24 and 99. RGB value is (119,36,153). Sum of RGB (Red+Green+Blue) = 119+36+153=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #772499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772499 is #88DB66. Grayscale: #494949. Windows color (decimal): -8969063 or 10036343. OLE color: 10036343.

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

Color convert

RGB11936153-
CMYK0.220.7600.4
HSL282.56º61.9%37.06%-
HSV(B)282.56º76.47%60%-
XYZ13.997.4830.84-
YUV74.16172.5159.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 36 (14.45% from 255) = 11.69%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=38.64%
G=11.69%
B=49.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal119361530.220.7600.4282.5661.937.06
Hex772499164C02811b3e25
Octal16744231261140504337645
Binary1110111100100100110011011010011000101000100011011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772499; }

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

 H1.HeaderClassName
 {
   color: #772499;
 }
 .AnyTagClassName
 {
   color: #772499;
 }
</style>
background-color css

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

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

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

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

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

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