#33214C

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

Shades of Violent Violet #33214C

Tints of Violent Violet #33214C

Color information

#33214C (or 0x33214C) is unknown color: approx Violent Violet. HEX triplet: 33, 21 and 4C. RGB value is (51,33,76). Sum of RGB (Red+Green+Blue) = 51+33+76=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #33214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33214C is #CCDEB3. Grayscale: #2B2B2B. Windows color (decimal): -13426356 or 4989235. OLE color: 4989235.

HSL color Cylindrical-coordinate representation of color #33214C: hue angle of 265.12º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33214C is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB513376-
CMYK0.330.5700.70
HSL265.12º39.45%21.37%-
HSV(B)265.12º56.58%29.8%-
XYZ3.212.317.11-
YUV43.28146.46133.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.88%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 76 (30.08% from 255) = 47.5%
R=31.88%
G=20.62%
B=47.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5133760.330.5700.70265.1239.4521.37
Hex33214C21390461092715
Octal6341114417101064114725
Binary11001110000110011001000011110010100011010000100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,33,76); }

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

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

 a { background-color: rgb(51,33,76); }

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

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

 span { border-color: rgb(51,33,76); }

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