Html Css Color HEX #70017A Purple

📋 copy color: '#70017A'

red 112 ◦ green 1 ◦ blue 122

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

Shades of Purple #70017A

Tints of Purple #70017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 51.91%

R = 47.66%
G = 0.43%
B = 51.91%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70017A (or 0x70017A) is known color: Purple. HEX triplet: 70, 01 and 7A. RGB value is (112,1,122). Sum of RGB (Red+Green+Blue) = 112+1+122=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #70017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70017A is #8FFE85. Grayscale: #2F2F2F. Windows color (decimal): -9436806 or 7995760. OLE color: 7995760.

HSL color Cylindrical-coordinate representation of color #70017A: hue angle of 295.04º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70017A is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 1 122 -
CMYK 0.08 0.99 0 0.52
HSL 295.04º 0.98% 0.24% -
HSV(B) 295.04º 0.99% 0.48% -
XYZ 10.21 4.87 18.81 -
YUV 47.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 112 1 122 0.08 0.99 0 0.52 295.04 0.98 0.24
Hex 70 1 7A 8 63 0 34 127 62 18
Octal 160 1 172 10 143 0 64 447 142 30
Binary 1110000 1 1111010 1000 1100011 0 110100 100100111 1100010 11000

Color Harmonies of #70017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70017A

Black with #70017A

Text Example


Text Example

White with #70017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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