#732B8E

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

Shades of Vivid Violet #732B8E

Tints of Vivid Violet #732B8E

Color information

#732B8E (or 0x732B8E) is unknown color: approx Vivid Violet. HEX triplet: 73, 2B and 8E. RGB value is (115,43,142). Sum of RGB (Red+Green+Blue) = 115+43+142=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #732B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732B8E is #8CD471. Grayscale: #4B4B4B. Windows color (decimal): -9229426 or 9317235. OLE color: 9317235.

HSL color Cylindrical-coordinate representation of color #732B8E: hue angle of 283.64º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732B8E is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11543142-
CMYK0.190.7000.44
HSL283.64º53.51%36.27%-
HSV(B)283.64º69.72%55.69%-
XYZ12.827.3326.33-
YUV75.81165.35155.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.33%
GREEN value IS 43 (17.19% from 255) = 14.33%
BLUE value IS 142 (55.86% from 255) = 47.33%
R=38.33%
G=14.33%
B=47.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115431420.190.7000.44283.6453.5136.27
Hex732B8E134602C11c3624
Octal16353216231060544346644
Binary1110011101011100011101001110001100101100100011100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732B8E; }

 p { color: rgb(115,43,142); }

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

<style>
 a { background-color: #732B8E; }

 a { background-color: rgb(115,43,142); }

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

<style>
 span { border-color: #732B8E; }

 span { border-color: rgb(115,43,142); }

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