#72229B

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

Shades of Vivid Violet #72229B

Tints of Vivid Violet #72229B

Color information

#72229B (or 0x72229B) is unknown color: approx Vivid Violet. HEX triplet: 72, 22 and 9B. RGB value is (114,34,155). Sum of RGB (Red+Green+Blue) = 114+34+155=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #72229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72229B is #8DDD64. Grayscale: #474747. Windows color (decimal): -9297253 or 10166898. OLE color: 10166898.

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

Color convert

RGB11434155-
CMYK0.260.7800.39
HSL279.67º64.02%37.06%-
HSV(B)279.67º78.06%60.78%-
XYZ13.437.0931.67-
YUV71.71175158.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 34 (13.67% from 255) = 11.22%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=37.62%
G=11.22%
B=51.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114341550.260.7800.39279.6764.0237.06
Hex72229B1A4E0271184025
Octal162422333211604743010045
Binary11100101000101001101111010100111001001111000110001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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