Html Css Color HEX #70116F Purple

📋 copy color: '#70116F'

red 112 ◦ green 17 ◦ blue 111

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

Shades of Purple #70116F

Tints of Purple #70116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.25%

R = 46.67%
G = 7.08%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70116F (or 0x70116F) is known color: Purple. HEX triplet: 70, 11 and 6F. RGB value is (112,17,111). Sum of RGB (Red+Green+Blue) = 112+17+111=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70116F is #8FEE90. Grayscale: #373737. Windows color (decimal): -9432721 or 7278960. OLE color: 7278960.

HSL color Cylindrical-coordinate representation of color #70116F: hue angle of 300.63º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70116F is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 111 -
CMYK 0 0.85 0.01 0.56
HSL 300.63º 0.74% 0.25% -
HSV(B) 300.63º 0.85% 0.44% -
XYZ 9.75 4.99 15.49 -
YUV 56.12 158.97 167.86 -
System Red Green Blue C M Y K H S L
Decimal 112 17 111 0 0.85 0.01 0.56 300.63 0.74 0.25
Hex 70 11 6F 0 55 1 38 12D 4A 19
Octal 160 21 157 0 125 1 70 455 112 31
Binary 1110000 10001 1101111 0 1010101 1 111000 100101101 1001010 11001

Color Harmonies of #70116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70116F

Black with #70116F

Text Example


Text Example

White with #70116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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