Html Css Color HEX #70147F Purple

📋 copy color: '#70147F'

red 112 ◦ green 20 ◦ blue 127

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

Shades of Purple #70147F

Tints of Purple #70147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.72%

 BLUE value IS 127 (50% from 255) = 49.03%

R = 43.24%
G = 7.72%
B = 49.03%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70147F (or 0x70147F) is known color: Purple. HEX triplet: 70, 14 and 7F. RGB value is (112,20,127). Sum of RGB (Red+Green+Blue) = 112+20+127=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #70147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70147F is #8FEB80. Grayscale: #3B3B3B. Windows color (decimal): -9431937 or 8328304. OLE color: 8328304.

HSL color Cylindrical-coordinate representation of color #70147F: hue angle of 291.59º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70147F is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 20 127 -
CMYK 0.12 0.84 0 0.50
HSL 291.59º 0.73% 0.29% -
HSV(B) 291.59º 0.84% 0.5% -
XYZ 10.76 5.48 20.57 -
YUV 59.71 165.98 165.3 -
System Red Green Blue C M Y K H S L
Decimal 112 20 127 0.12 0.84 0 0.50 291.59 0.73 0.29
Hex 70 14 7F C 54 0 32 124 49 1D
Octal 160 24 177 14 124 0 62 444 111 35
Binary 1110000 10100 1111111 1100 1010100 0 110010 100100100 1001001 11101

Color Harmonies of #70147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70147F

Black with #70147F

Text Example


Text Example

White with #70147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,20,127); }

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

background-color css

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

 a { background-color: rgb(112,20,127); }

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

border-color css

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

 span { border-color: rgb(112,20,127); }

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