Html Css Color HEX #70016E Purple

📋 copy color: '#70016E'

red 112 ◦ green 1 ◦ blue 110

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

Shades of Purple #70016E

Tints of Purple #70016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.33%

R = 50.22%
G = 0.45%
B = 49.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#70016E (or 0x70016E) is known color: Purple. HEX triplet: 70, 01 and 6E. RGB value is (112,1,110). Sum of RGB (Red+Green+Blue) = 112+1+110=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70016E is #8FFE91. Grayscale: #2E2E2E. Windows color (decimal): -9436818 or 7209328. OLE color: 7209328.

HSL color Cylindrical-coordinate representation of color #70016E: hue angle of 301.08º 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 #70016E is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 1 110 -
CMYK 0 0.99 0.02 0.56
HSL 301.08º 0.98% 0.22% -
HSV(B) 301.08º 0.99% 0.44% -
XYZ 9.51 4.59 15.14 -
YUV 46.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 112 1 110 0 0.99 0.02 0.56 301.08 0.98 0.22
Hex 70 1 6E 0 63 2 38 12D 62 16
Octal 160 1 156 0 143 2 70 455 142 26
Binary 1110000 1 1101110 0 1100011 10 111000 100101101 1100010 10110

Color Harmonies of #70016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70016E

Black with #70016E

Text Example


Text Example

White with #70016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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