#20014F

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

Shades of Violent Violet #20014F

Tints of Violent Violet #20014F

Color information

#20014F (or 0x20014F) is unknown color: approx Violent Violet. HEX triplet: 20, 01 and 4F. RGB value is (32,1,79). Sum of RGB (Red+Green+Blue) = 32+1+79=112 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.57% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #20014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20014F is #DFFEB0. Grayscale: #121212. Windows color (decimal): -14679729 or 5177632. OLE color: 5177632.

HSL color Cylindrical-coordinate representation of color #20014F: hue angle of 263.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20014F is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB32179-
CMYK0.590.9900.69
HSL263.85º97.5%15.69%-
HSV(B)263.85º98.73%30.98%-
XYZ2.020.897.46-
YUV19.16161.77137.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 28.57%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 79 (31.25% from 255) = 70.54%
R=28.57%
G=0.89%
B=70.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal321790.590.9900.69263.8597.515.69
Hex2014F3B630451086210
Octal40111773143010541014220
Binary10000011001111111011110001101000101100001000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20014F; }

 p { color: rgb(32,1,79); }

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

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

 a { background-color: rgb(32,1,79); }

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

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

 span { border-color: rgb(32,1,79); }

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