#321350

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

Shades of Violent Violet #321350

Tints of Violent Violet #321350

Color information

#321350 (or 0x321350) is unknown color: approx Violent Violet. HEX triplet: 32, 13 and 50. RGB value is (50,19,80). Sum of RGB (Red+Green+Blue) = 50+19+80=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #321350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321350 is #CDECAF. Grayscale: #232323. Windows color (decimal): -13495472 or 5247794. OLE color: 5247794.

HSL color Cylindrical-coordinate representation of color #321350: hue angle of 270.49º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321350 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB501980-
CMYK0.370.7600.69
HSL270.49º61.62%19.41%-
HSV(B)270.49º76.25%31.37%-
XYZ31.727.76-
YUV35.22153.27138.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=33.56%
G=12.75%
B=53.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5019800.370.7600.69270.4961.6219.41
Hex321350254C04510e3e13
Octal62231204511401054167623
Binary11001010011101000010010110011000100010110000111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321350; }

 p { color: rgb(50,19,80); }

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

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

 a { background-color: rgb(50,19,80); }

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

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

 span { border-color: rgb(50,19,80); }

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