#72258D

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

Shades of Vivid Violet #72258D

Tints of Vivid Violet #72258D

Color information

#72258D (or 0x72258D) is unknown color: approx Vivid Violet. HEX triplet: 72, 25 and 8D. RGB value is (114,37,141). Sum of RGB (Red+Green+Blue) = 114+37+141=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #72258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72258D is #8DDA72. Grayscale: #474747. Windows color (decimal): -9296499 or 9250162. OLE color: 9250162.

HSL color Cylindrical-coordinate representation of color #72258D: hue angle of 284.42º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72258D is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11437141-
CMYK0.190.7400.45
HSL284.42º58.43%34.9%-
HSV(B)284.42º73.76%55.29%-
XYZ12.416.8225.86-
YUV71.88167.01158.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 37 (14.84% from 255) = 12.67%
BLUE value IS 141 (55.47% from 255) = 48.29%
R=39.04%
G=12.67%
B=48.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114371410.190.7400.45284.4258.4334.9
Hex72258D134A02D11c3a23
Octal16245215231120554347243
Binary1110010100101100011011001110010100101101100011100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72258D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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