#72348D

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

Shades of Vivid Violet #72348D

Tints of Vivid Violet #72348D

Color information

#72348D (or 0x72348D) is unknown color: approx Vivid Violet. HEX triplet: 72, 34 and 8D. RGB value is (114,52,141). Sum of RGB (Red+Green+Blue) = 114+52+141=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #72348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72348D is #8DCB72. Grayscale: #505050. Windows color (decimal): -9292659 or 9254002. OLE color: 9254002.

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

Color convert

RGB11452141-
CMYK0.190.6300.45
HSL281.8º46.11%37.84%-
HSV(B)281.8º63.12%55.29%-
XYZ12.987.9626.05-
YUV80.68162.04151.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 52 (20.70% from 255) = 16.94%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=37.13%
G=16.94%
B=45.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114521410.190.6300.45281.846.1137.84
Hex72348D133F02D11a2e26
Octal1626421523770554325646
Binary111001011010010001101100111111110101101100011010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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