#120148

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

Shades of Violent Violet #120148

Tints of Violent Violet #120148

Color information

#120148 (or 0x120148) is unknown color: approx Violent Violet. HEX triplet: 12, 01 and 48. RGB value is (18,1,72). Sum of RGB (Red+Green+Blue) = 18+1+72=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 72 (28.52% from 255 or 79.12% from 91); Max value from RGB is 72 - color contains mainly: blue. Hex color #120148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120148 is #EDFEB7. Grayscale: #0D0D0D. Windows color (decimal): -15597240 or 4718866. OLE color: 4718866.

HSL color Cylindrical-coordinate representation of color #120148: hue angle of 254.37º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120148 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB18172-
CMYK0.750.9900.72
HSL254.37º97.26%14.31%-
HSV(B)254.37º98.61%28.24%-
XYZ1.430.626.17-
YUV14.18160.63130.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 72 (28.52% from 255) = 79.12%
R=19.78%
G=1.10%
B=79.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal181720.750.9900.72254.3797.2614.31
Hex121484B63048fe61e
Octal221110113143011037614116
Binary100101100100010010111100011010010001111111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120148; }

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

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

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

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

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

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

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

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