#72249D

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

Shades of Vivid Violet #72249D

Tints of Vivid Violet #72249D

Color information

#72249D (or 0x72249D) is unknown color: approx Vivid Violet. HEX triplet: 72, 24 and 9D. RGB value is (114,36,157). Sum of RGB (Red+Green+Blue) = 114+36+157=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #72249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72249D is #8DDB62. Grayscale: #484848. Windows color (decimal): -9296739 or 10298482. OLE color: 10298482.

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

Color convert

RGB11436157-
CMYK0.270.7700.38
HSL278.68º62.69%37.84%-
HSV(B)278.68º77.07%61.57%-
XYZ13.667.2732.58-
YUV73.12175.34157.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 36 (14.45% from 255) = 11.73%
BLUE value IS 157 (61.72% from 255) = 51.14%
R=37.13%
G=11.73%
B=51.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114361570.270.7700.38278.6862.6937.84
Hex72249D1B4D0261173f26
Octal16244235331150464277746
Binary1110010100100100111011101110011010100110100010111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72249D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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