#12014E

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

Shades of Violent Violet #12014E

Tints of Violent Violet #12014E

Color information

#12014E (or 0x12014E) is unknown color: approx Violent Violet. HEX triplet: 12, 01 and 4E. RGB value is (18,1,78). Sum of RGB (Red+Green+Blue) = 18+1+78=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 78 (30.86% from 255 or 80.41% from 97); Max value from RGB is 78 - color contains mainly: blue. Hex color #12014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12014E is #EDFEB1. Grayscale: #0E0E0E. Windows color (decimal): -15597234 or 5112082. OLE color: 5112082.

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

Color convert

RGB18178-
CMYK0.770.9900.69
HSL253.25º97.47%15.49%-
HSV(B)253.25º98.72%30.59%-
XYZ1.640.77.26-
YUV14.86163.63130.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 78 (30.86% from 255) = 80.41%
R=18.56%
G=1.03%
B=80.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal181780.770.9900.69253.2597.4715.49
Hex1214E4D63045fd61f
Octal221116115143010537514117
Binary100101100111010011011100011010001011111110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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