#732A9B

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

Shades of Vivid Violet #732A9B

Tints of Vivid Violet #732A9B

Color information

#732A9B (or 0x732A9B) is unknown color: approx Vivid Violet. HEX triplet: 73, 2A and 9B. RGB value is (115,42,155). Sum of RGB (Red+Green+Blue) = 115+42+155=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #732A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732A9B is #8CD564. Grayscale: #4C4C4C. Windows color (decimal): -9229669 or 10168947. OLE color: 10168947.

HSL color Cylindrical-coordinate representation of color #732A9B: hue angle of 278.76º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #732A9B is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11542155-
CMYK0.260.7300.39
HSL278.76º57.36%38.63%-
HSV(B)278.76º72.9%60.78%-
XYZ13.817.6731.76-
YUV76.71172.18155.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.86%
GREEN value IS 42 (16.80% from 255) = 13.46%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=36.86%
G=13.46%
B=49.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115421550.260.7300.39278.7657.3638.63
Hex732A9B1A490271173927
Octal16352233321110474277147
Binary1110011101010100110111101010010010100111100010111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,42,155); }

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

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

 a { background-color: rgb(115,42,155); }

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

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

 span { border-color: rgb(115,42,155); }

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