#72348F

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

Shades of Vivid Violet #72348F

Tints of Vivid Violet #72348F

Color information

#72348F (or 0x72348F) is unknown color: approx Vivid Violet. HEX triplet: 72, 34 and 8F. RGB value is (114,52,143). Sum of RGB (Red+Green+Blue) = 114+52+143=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #72348F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72348F is #8DCB70. Grayscale: #505050. Windows color (decimal): -9292657 or 9385074. OLE color: 9385074.

HSL color Cylindrical-coordinate representation of color #72348F: hue angle of 280.88º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72348F is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11452143-
CMYK0.200.6400.44
HSL280.88º46.67%38.24%-
HSV(B)280.88º63.64%56.08%-
XYZ13.138.0226.84-
YUV80.91163.04151.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 143 (56.25% from 255) = 46.28%
R=36.89%
G=16.83%
B=46.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114521430.200.6400.44280.8846.6738.24
Hex72348F144002C1192f26
Octal16264217241000544315746
Binary1110010110100100011111010010000000101100100011001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72348F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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