Html Css Color HEX #70019B Dark Magenta

📋 copy color: '#70019B'

red 112 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #70019B

Tints of Dark Magenta #70019B

RGB

 RED value IS 112 (44.14% from 255) = 41.79%

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

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 41.79%
G = 0.37%
B = 57.84%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70019B (or 0x70019B) is known color: Dark Magenta. HEX triplet: 70, 01 and 9B. RGB value is (112,1,155). Sum of RGB (Red+Green+Blue) = 112+1+155=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #70019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70019B is #8FFE64. Grayscale: #333333. Windows color (decimal): -9436773 or 10158448. OLE color: 10158448.

HSL color Cylindrical-coordinate representation of color #70019B: hue angle of 283.25º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70019B is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 1 155 -
CMYK 0.28 0.99 0 0.39
HSL 283.25º 0.99% 0.31% -
HSV(B) 283.25º 0.99% 0.61% -
XYZ 12.61 5.83 31.47 -
YUV 51.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 112 1 155 0.28 0.99 0 0.39 283.25 0.99 0.31
Hex 70 1 9B 1C 63 0 27 11B 63 1F
Octal 160 1 233 34 143 0 47 433 143 37
Binary 1110000 1 10011011 11100 1100011 0 100111 100011011 1100011 11111

Color Harmonies of #70019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70019B

Black with #70019B

Text Example


Text Example

White with #70019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70019B; }

 p { color: rgb(112,1,155); }

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

background-color css

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

 a { background-color: rgb(112,1,155); }

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

border-color css

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

 span { border-color: rgb(112,1,155); }

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