#201250

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

Shades of Violent Violet #201250

Tints of Violent Violet #201250

Color information

#201250 (or 0x201250) is unknown color: approx Violent Violet. HEX triplet: 20, 12 and 50. RGB value is (32,18,80). Sum of RGB (Red+Green+Blue) = 32+18+80=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #201250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201250 is #DFEDAF. Grayscale: #1D1D1D. Windows color (decimal): -14675376 or 5247520. OLE color: 5247520.

HSL color Cylindrical-coordinate representation of color #201250: hue angle of 253.55º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201250 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB321880-
CMYK0.600.7800.69
HSL253.55º63.27%19.22%-
HSV(B)253.55º77.5%31.37%-
XYZ2.261.327.72-
YUV29.25156.64129.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.62%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 80 (31.64% from 255) = 61.54%
R=24.62%
G=13.85%
B=61.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3218800.600.7800.69253.5563.2719.22
Hex2012503C4E045fe3f13
Octal40221207411601053767723
Binary1000001001010100001111001001110010001011111111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201250; }

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

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

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

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

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

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

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

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