Html Css Color HEX #70016A Purple

📋 copy color: '#70016A'

red 112 ◦ green 1 ◦ blue 106

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

Shades of Purple #70016A

Tints of Purple #70016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 48.4%

R = 51.14%
G = 0.46%
B = 48.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70016A (or 0x70016A) is known color: Purple. HEX triplet: 70, 01 and 6A. RGB value is (112,1,106). Sum of RGB (Red+Green+Blue) = 112+1+106=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #70016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70016A is #8FFE95. Grayscale: #2D2D2D. Windows color (decimal): -9436822 or 6947184. OLE color: 6947184.

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

Color convert

RGB 112 1 106 -
CMYK 0 0.99 0.05 0.56
HSL 303.24º 0.98% 0.22% -
HSV(B) 303.24º 0.99% 0.44% -
XYZ 9.29 4.51 14.02 -
YUV 46.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 112 1 106 0 0.99 0.05 0.56 303.24 0.98 0.22
Hex 70 1 6A 0 63 5 38 12F 62 16
Octal 160 1 152 0 143 5 70 457 142 26
Binary 1110000 1 1101010 0 1100011 101 111000 100101111 1100010 10110

Color Harmonies of #70016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70016A

Black with #70016A

Text Example


Text Example

White with #70016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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