#72348C

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

Shades of Vivid Violet #72348C

Tints of Vivid Violet #72348C

Color information

#72348C (or 0x72348C) is unknown color: approx Vivid Violet. HEX triplet: 72, 34 and 8C. RGB value is (114,52,140). Sum of RGB (Red+Green+Blue) = 114+52+140=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #72348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72348C is #8DCB73. Grayscale: #505050. Windows color (decimal): -9292660 or 9188466. OLE color: 9188466.

HSL color Cylindrical-coordinate representation of color #72348C: hue angle of 282.27º 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 #72348C is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11452140-
CMYK0.190.6300.45
HSL282.27º45.83%37.65%-
HSV(B)282.27º62.86%54.9%-
XYZ12.97.9325.66-
YUV80.57161.54151.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 140 (55.08% from 255) = 45.75%
R=37.25%
G=16.99%
B=45.75%

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
Decimal114521400.190.6300.45282.2745.8337.65
Hex72348C133F02D11a2e26
Octal1626421423770554325646
Binary111001011010010001100100111111110101101100011010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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