#72159D

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

Shades of Vivid Violet #72159D

Tints of Vivid Violet #72159D

Color information

#72159D (or 0x72159D) is unknown color: approx Vivid Violet. HEX triplet: 72, 15 and 9D. RGB value is (114,21,157). Sum of RGB (Red+Green+Blue) = 114+21+157=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #72159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72159D is #8DEA62. Grayscale: #3F3F3F. Windows color (decimal): -9300579 or 10294642. OLE color: 10294642.

HSL color Cylindrical-coordinate representation of color #72159D: hue angle of 281.03º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72159D is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11421157-
CMYK0.270.8700.38
HSL281.03º76.4%34.9%-
HSV(B)281.03º86.62%61.57%-
XYZ13.296.5532.46-
YUV64.31180.31163.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 157 (61.72% from 255) = 53.77%
R=39.04%
G=7.19%
B=53.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114211570.270.8700.38281.0376.434.9
Hex72159D1B570261194c23
Octal162252353312704643111443
Binary1110010101011001110111011101011101001101000110011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72159D; }

 p { color: rgb(114,21,157); }

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

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

 a { background-color: rgb(114,21,157); }

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

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

 span { border-color: rgb(114,21,157); }

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