#332050

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

Shades of Violent Violet #332050

Tints of Violent Violet #332050

Color information

#332050 (or 0x332050) is unknown color: approx Violent Violet. HEX triplet: 33, 20 and 50. RGB value is (51,32,80). Sum of RGB (Red+Green+Blue) = 51+32+80=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #332050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332050 is #CCDFAF. Grayscale: #2A2A2A. Windows color (decimal): -13426608 or 5251123. OLE color: 5251123.

HSL color Cylindrical-coordinate representation of color #332050: hue angle of 263.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #332050 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB513280-
CMYK0.360.6000.69
HSL263.75º42.86%21.96%-
HSV(B)263.75º60%31.37%-
XYZ3.332.327.86-
YUV43.15148.79133.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=31.29%
G=19.63%
B=49.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5132800.360.6000.69263.7542.8621.96
Hex332050243C0451082b16
Octal6340120447401054105326
Binary11001110000010100001001001111000100010110000100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332050; }

 p { color: rgb(51,32,80); }

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

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

 a { background-color: rgb(51,32,80); }

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

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

 span { border-color: rgb(51,32,80); }

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