Html Css Color HEX #70016F Purple

📋 copy color: '#70016F'

red 112 ◦ green 1 ◦ blue 111

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

Shades of Purple #70016F

Tints of Purple #70016F

RGB

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

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

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

R = 50%
G = 0.45%
B = 49.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70016F (or 0x70016F) is known color: Purple. HEX triplet: 70, 01 and 6F. RGB value is (112,1,111). Sum of RGB (Red+Green+Blue) = 112+1+111=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70016F is #8FFE90. Grayscale: #2E2E2E. Windows color (decimal): -9436817 or 7274864. OLE color: 7274864.

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

Color convert

RGB 112 1 111 -
CMYK 0 0.99 0.01 0.56
HSL 300.54º 0.98% 0.22% -
HSV(B) 300.54º 0.99% 0.44% -
XYZ 9.56 4.61 15.43 -
YUV 46.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 112 1 111 0 0.99 0.01 0.56 300.54 0.98 0.22
Hex 70 1 6F 0 63 1 38 12D 62 16
Octal 160 1 157 0 143 1 70 455 142 26
Binary 1110000 1 1101111 0 1100011 1 111000 100101101 1100010 10110

Color Harmonies of #70016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70016F

Black with #70016F

Text Example


Text Example

White with #70016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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