#72259B

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

Shades of Vivid Violet #72259B

Tints of Vivid Violet #72259B

Color information

#72259B (or 0x72259B) is unknown color: approx Vivid Violet. HEX triplet: 72, 25 and 9B. RGB value is (114,37,155). Sum of RGB (Red+Green+Blue) = 114+37+155=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #72259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72259B is #8DDA64. Grayscale: #494949. Windows color (decimal): -9296485 or 10167666. OLE color: 10167666.

HSL color Cylindrical-coordinate representation of color #72259B: hue angle of 279.15º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72259B is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11437155-
CMYK0.260.7600.39
HSL279.15º61.46%37.65%-
HSV(B)279.15º76.13%60.78%-
XYZ13.527.2731.7-
YUV73.47174.01156.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 37 (14.84% from 255) = 12.09%
BLUE value IS 155 (60.94% from 255) = 50.65%
R=37.25%
G=12.09%
B=50.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114371550.260.7600.39279.1561.4637.65
Hex72259B1A4C0271173d26
Octal16245233321140474277546
Binary1110010100101100110111101010011000100111100010111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72259B; }

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

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

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

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

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

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

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

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