#12014B

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

Shades of Violent Violet #12014B

Tints of Violent Violet #12014B

Color information

#12014B (or 0x12014B) is unknown color: approx Violent Violet. HEX triplet: 12, 01 and 4B. RGB value is (18,1,75). Sum of RGB (Red+Green+Blue) = 18+1+75=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 75 (29.69% from 255 or 79.79% from 94); Max value from RGB is 75 - color contains mainly: blue. Hex color #12014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12014B is #EDFEB4. Grayscale: #0E0E0E. Windows color (decimal): -15597237 or 4915474. OLE color: 4915474.

HSL color Cylindrical-coordinate representation of color #12014B: hue angle of 253.78º 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 #12014B is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB18175-
CMYK0.760.9900.71
HSL253.78º97.37%14.9%-
HSV(B)253.78º98.67%29.41%-
XYZ1.530.666.7-
YUV14.52162.13130.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 75 (29.69% from 255) = 79.79%
R=19.15%
G=1.06%
B=79.79%

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
Decimal181750.760.9900.71253.7897.3714.9
Hex1214B4C63047fe61f
Octal221113114143010737614117
Binary100101100101110011001100011010001111111111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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