#12014C

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

Shades of Violent Violet #12014C

Tints of Violent Violet #12014C

Color information

#12014C (or 0x12014C) is unknown color: approx Violent Violet. HEX triplet: 12, 01 and 4C. RGB value is (18,1,76). Sum of RGB (Red+Green+Blue) = 18+1+76=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 76 (30.08% from 255 or 80% from 95); Max value from RGB is 76 - color contains mainly: blue. Hex color #12014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12014C is #EDFEB3. Grayscale: #0E0E0E. Windows color (decimal): -15597236 or 4981010. OLE color: 4981010.

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

Color convert

RGB18176-
CMYK0.760.9900.70
HSL253.6º97.4%15.1%-
HSV(B)253.6º98.68%29.8%-
XYZ1.560.676.88-
YUV14.63162.63130.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 76 (30.08% from 255) = 80%
R=18.95%
G=1.05%
B=80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal181760.760.9900.70253.697.415.1
Hex1214C4C63046fe61f
Octal221114114143010637614117
Binary100101100110010011001100011010001101111111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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