Html Css Color HEX #70106F Purple

📋 copy color: '#70106F'

red 112 ◦ green 16 ◦ blue 111

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

Shades of Purple #70106F

Tints of Purple #70106F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.69%

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

R = 46.86%
G = 6.69%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70106F (or 0x70106F) is known color: Purple. HEX triplet: 70, 10 and 6F. RGB value is (112,16,111). Sum of RGB (Red+Green+Blue) = 112+16+111=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70106F is #8FEF90. Grayscale: #373737. Windows color (decimal): -9432977 or 7278704. OLE color: 7278704.

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

Color convert

RGB 112 16 111 -
CMYK 0 0.86 0.01 0.56
HSL 300.63º 0.75% 0.25% -
HSV(B) 300.63º 0.86% 0.44% -
XYZ 9.74 4.96 15.48 -
YUV 55.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 112 16 111 0 0.86 0.01 0.56 300.63 0.75 0.25
Hex 70 10 6F 0 56 1 38 12D 4B 19
Octal 160 20 157 0 126 1 70 455 113 31
Binary 1110000 10000 1101111 0 1010110 1 111000 100101101 1001011 11001

Color Harmonies of #70106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70106F

Black with #70106F

Text Example


Text Example

White with #70106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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