#772498

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

Shades of Vivid Violet #772498

Tints of Vivid Violet #772498

Color information

#772498 (or 0x772498) is unknown color: approx Vivid Violet. HEX triplet: 77, 24 and 98. RGB value is (119,36,152). Sum of RGB (Red+Green+Blue) = 119+36+152=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #772498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772498 is #88DB67. Grayscale: #494949. Windows color (decimal): -8969064 or 9970807. OLE color: 9970807.

HSL color Cylindrical-coordinate representation of color #772498: hue angle of 282.93º 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 #772498 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11936152-
CMYK0.220.7600.40
HSL282.93º61.7%36.86%-
HSV(B)282.93º76.32%59.61%-
XYZ13.917.4530.41-
YUV74.04172160.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 36 (14.45% from 255) = 11.73%
BLUE value IS 152 (59.77% from 255) = 49.51%
R=38.76%
G=11.73%
B=49.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119361520.220.7600.40282.9361.736.86
Hex772498164C02811b3e25
Octal16744230261140504337645
Binary1110111100100100110001011010011000101000100011011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772498; }

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

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

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

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

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

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

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

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