#12014A

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

Shades of Violent Violet #12014A

Tints of Violent Violet #12014A

Color information

#12014A (or 0x12014A) is unknown color: approx Violent Violet. HEX triplet: 12, 01 and 4A. RGB value is (18,1,74). Sum of RGB (Red+Green+Blue) = 18+1+74=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 74 (29.30% from 255 or 79.57% from 93); Max value from RGB is 74 - color contains mainly: blue. Hex color #12014A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12014A is #EDFEB5. Grayscale: #0E0E0E. Windows color (decimal): -15597238 or 4849938. OLE color: 4849938.

HSL color Cylindrical-coordinate representation of color #12014A: hue angle of 253.97º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12014A is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB18174-
CMYK0.760.9900.71
HSL253.97º97.33%14.71%-
HSV(B)253.97º98.65%29.02%-
XYZ1.50.646.52-
YUV14.4161.63130.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 74 (29.30% from 255) = 79.57%
R=19.35%
G=1.08%
B=79.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal181740.760.9900.71253.9797.3314.71
Hex1214A4C63047fe61f
Octal221112114143010737614117
Binary100101100101010011001100011010001111111111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12014A; }

 p { color: rgb(18,1,74); }

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

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

 a { background-color: rgb(18,1,74); }

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

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

 span { border-color: rgb(18,1,74); }

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