#321450

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

Shades of Violent Violet #321450

Tints of Violent Violet #321450

Color information

#321450 (or 0x321450) is unknown color: approx Violent Violet. HEX triplet: 32, 14 and 50. RGB value is (50,20,80). Sum of RGB (Red+Green+Blue) = 50+20+80=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #321450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321450 is #CDEBAF. Grayscale: #232323. Windows color (decimal): -13495216 or 5248050. OLE color: 5248050.

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

Color convert

RGB502080-
CMYK0.370.7500.69
HSL270º60%19.61%-
HSV(B)270º75%31.37%-
XYZ3.011.767.77-
YUV35.81152.94138.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 80 (31.64% from 255) = 53.33%
R=33.33%
G=13.33%
B=53.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5020800.370.7500.692706019.61
Hex321450254B04510e3c14
Octal62241204511301054167424
Binary11001010100101000010010110010110100010110000111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321450; }

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

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

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

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

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

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

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

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