#732995

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

Shades of Vivid Violet #732995

Tints of Vivid Violet #732995

Color information

#732995 (or 0x732995) is unknown color: approx Vivid Violet. HEX triplet: 73, 29 and 95. RGB value is (115,41,149). Sum of RGB (Red+Green+Blue) = 115+41+149=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #732995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732995 is #8CD66A. Grayscale: #4B4B4B. Windows color (decimal): -9229931 or 9775475. OLE color: 9775475.

HSL color Cylindrical-coordinate representation of color #732995: hue angle of 281.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732995 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11541149-
CMYK0.230.7200.42
HSL281.11º56.84%37.25%-
HSV(B)281.11º72.48%58.43%-
XYZ13.297.429.16-
YUV75.44169.52156.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 41 (16.41% from 255) = 13.44%
BLUE value IS 149 (58.59% from 255) = 48.85%
R=37.70%
G=13.44%
B=48.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115411490.230.7200.42281.1156.8437.25
Hex732995174802A1193925
Octal16351225271100524317145
Binary1110011101001100101011011110010000101010100011001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732995; }

 p { color: rgb(115,41,149); }

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

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

 a { background-color: rgb(115,41,149); }

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

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

 span { border-color: rgb(115,41,149); }

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