#72398B

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

Shades of Vivid Violet #72398B

Tints of Vivid Violet #72398B

Color information

#72398B (or 0x72398B) is unknown color: approx Vivid Violet. HEX triplet: 72, 39 and 8B. RGB value is (114,57,139). Sum of RGB (Red+Green+Blue) = 114+57+139=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #72398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72398B is #8DC674. Grayscale: #535353. Windows color (decimal): -9291381 or 9124210. OLE color: 9124210.

HSL color Cylindrical-coordinate representation of color #72398B: hue angle of 281.71º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72398B is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11457139-
CMYK0.180.5900.45
HSL281.71º41.84%38.43%-
HSV(B)281.71º58.99%54.51%-
XYZ13.068.3725.35-
YUV83.39159.38149.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=36.77%
G=18.39%
B=44.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114571390.180.5900.45281.7141.8438.43
Hex72398B123B02D11a2a26
Octal1627121322730554325246
Binary111001011100110001011100101110110101101100011010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,57,139); }

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

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

 a { background-color: rgb(114,57,139); }

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

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

 span { border-color: rgb(114,57,139); }

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