Html Css Color HEX #120048 Violent Violet

📋 copy color: '#120048'

red 18 ◦ green 0 ◦ blue 72

#120048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violent Violet #120048

Tints of Violent Violet #120048

RGB

 RED value IS 18 (7.42% from 255) = 20%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 72 (28.52% from 255) = 80%

R = 20%
G = 0%
B = 80%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#120048 (or 0x120048) is known color: Violent Violet. HEX triplet: 12, 00 and 48. RGB value is (18,0,72). Sum of RGB (Red+Green+Blue) = 18+0+72=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 72 (28.52% from 255 or 80% from 90); Max value from RGB is 72 - color contains mainly: blue. Hex color #120048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120048 is #EDFFB7. Grayscale: #0D0D0D. Windows color (decimal): -15597496 or 4718610. OLE color: 4718610.

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

Color convert

RGB 18 0 72 -
CMYK 0.75 1 0 0.72
HSL 255º 1% 0.14% -
HSV(B) 255º 1% 0.28% -
XYZ 1.42 0.6 6.17 -
YUV 13.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 18 0 72 0.75 1 0 0.72 255 1 0.14
Hex 12 0 48 4B 64 0 48 FF 64 E
Octal 22 0 110 113 144 0 110 377 144 16
Binary 10010 0 1001000 1001011 1100100 0 1001000 11111111 1100100 1110

Color Harmonies of #120048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120048

Black with #120048

Text Example


Text Example

White with #120048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120048; }

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

 H1.HeaderClassName
 {
   color: #120048;
 }
 .AnyTagClassName
 {
   color: #120048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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