Html Css Color HEX #70157F Purple

📋 copy color: '#70157F'

red 112 ◦ green 21 ◦ blue 127

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

Shades of Purple #70157F

Tints of Purple #70157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 43.08%
G = 8.08%
B = 48.85%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70157F (or 0x70157F) is known color: Purple. HEX triplet: 70, 15 and 7F. RGB value is (112,21,127). Sum of RGB (Red+Green+Blue) = 112+21+127=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #70157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70157F is #8FEA80. Grayscale: #3B3B3B. Windows color (decimal): -9431681 or 8328560. OLE color: 8328560.

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

Color convert

RGB 112 21 127 -
CMYK 0.12 0.83 0 0.50
HSL 291.51º 0.72% 0.29% -
HSV(B) 291.51º 0.83% 0.5% -
XYZ 10.78 5.51 20.57 -
YUV 60.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 112 21 127 0.12 0.83 0 0.50 291.51 0.72 0.29
Hex 70 15 7F C 53 0 32 124 48 1D
Octal 160 25 177 14 123 0 62 444 110 35
Binary 1110000 10101 1111111 1100 1010011 0 110010 100100100 1001000 11101

Color Harmonies of #70157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70157F

Black with #70157F

Text Example


Text Example

White with #70157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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