Html Css Color HEX #70118B Purple

📋 copy color: '#70118B'

red 112 ◦ green 17 ◦ blue 139

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

Shades of Purple #70118B

Tints of Purple #70118B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

 BLUE value IS 139 (54.69% from 255) = 51.87%

R = 41.79%
G = 6.34%
B = 51.87%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70118B (or 0x70118B) is known color: Purple. HEX triplet: 70, 11 and 8B. RGB value is (112,17,139). Sum of RGB (Red+Green+Blue) = 112+17+139=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #70118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70118B is #8FEE74. Grayscale: #3A3A3A. Windows color (decimal): -9432693 or 9113968. OLE color: 9113968.

HSL color Cylindrical-coordinate representation of color #70118B: hue angle of 286.72º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70118B is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 17 139 -
CMYK 0.19 0.88 0 0.45
HSL 286.72º 0.78% 0.31% -
HSV(B) 286.72º 0.88% 0.55% -
XYZ 11.54 5.71 24.92 -
YUV 59.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 112 17 139 0.19 0.88 0 0.45 286.72 0.78 0.31
Hex 70 11 8B 13 58 0 2D 11F 4E 1F
Octal 160 21 213 23 130 0 55 437 116 37
Binary 1110000 10001 10001011 10011 1011000 0 101101 100011111 1001110 11111

Color Harmonies of #70118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70118B

Black with #70118B

Text Example


Text Example

White with #70118B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,17,139); }

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

background-color css

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

 a { background-color: rgb(112,17,139); }

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

border-color css

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

 span { border-color: rgb(112,17,139); }

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