Html Css Color HEX #120149 Violent Violet

📋 copy color: '#120149'

red 18 ◦ green 1 ◦ blue 73

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

Shades of Violent Violet #120149

Tints of Violent Violet #120149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.09%

 BLUE value IS 73 (28.91% from 255) = 79.35%

R = 19.57%
G = 1.09%
B = 79.35%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#120149 (or 0x120149) is known color: Violent Violet. HEX triplet: 12, 01 and 49. RGB value is (18,1,73). Sum of RGB (Red+Green+Blue) = 18+1+73=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 73 (28.91% from 255 or 79.35% from 92); Max value from RGB is 73 - color contains mainly: blue. Hex color #120149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120149 is #EDFEB6. Grayscale: #0E0E0E. Windows color (decimal): -15597239 or 4784402. OLE color: 4784402.

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

Color convert

RGB 18 1 73 -
CMYK 0.75 0.99 0 0.71
HSL 254.17º 0.97% 0.15% -
HSV(B) 254.17º 0.99% 0.29% -
XYZ 1.46 0.63 6.35 -
YUV 14.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 18 1 73 0.75 0.99 0 0.71 254.17 0.97 0.15
Hex 12 1 49 4B 63 0 47 FE 61 F
Octal 22 1 111 113 143 0 107 376 141 17
Binary 10010 1 1001001 1001011 1100011 0 1000111 11111110 1100001 1111

Color Harmonies of #120149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120149

Black with #120149

Text Example


Text Example

White with #120149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120149; }

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

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

background-color css

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

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

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

border-color css

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

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

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