#722596

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

Shades of Vivid Violet #722596

Tints of Vivid Violet #722596

Color information

#722596 (or 0x722596) is unknown color: approx Vivid Violet. HEX triplet: 72, 25 and 96. RGB value is (114,37,150). Sum of RGB (Red+Green+Blue) = 114+37+150=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #722596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722596 is #8DDA69. Grayscale: #484848. Windows color (decimal): -9296490 or 9839986. OLE color: 9839986.

HSL color Cylindrical-coordinate representation of color #722596: hue angle of 280.88º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #722596 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11437150-
CMYK0.240.7500.41
HSL280.88º60.43%36.67%-
HSV(B)280.88º75.33%58.82%-
XYZ13.117.129.53-
YUV72.9171.51157.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 150 (58.98% from 255) = 49.83%
R=37.87%
G=12.29%
B=49.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114371500.240.7500.41280.8860.4336.67
Hex722596184B0291193c25
Octal16245226301130514317445
Binary1110010100101100101101100010010110101001100011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722596; }

 p { color: rgb(114,37,150); }

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

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

 a { background-color: rgb(114,37,150); }

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

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

 span { border-color: rgb(114,37,150); }

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