Html Css Color HEX #70157C Purple

📋 copy color: '#70157C'

red 112 ◦ green 21 ◦ blue 124

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

Shades of Purple #70157C

Tints of Purple #70157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.25%

R = 43.58%
G = 8.17%
B = 48.25%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70157C (or 0x70157C) is known color: Purple. HEX triplet: 70, 15 and 7C. RGB value is (112,21,124). Sum of RGB (Red+Green+Blue) = 112+21+124=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #70157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70157C is #8FEA83. Grayscale: #3B3B3B. Windows color (decimal): -9431684 or 8131952. OLE color: 8131952.

HSL color Cylindrical-coordinate representation of color #70157C: hue angle of 293.01º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70157C is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 21 124 -
CMYK 0.10 0.83 0 0.51
HSL 293.01º 0.71% 0.28% -
HSV(B) 293.01º 0.83% 0.49% -
XYZ 10.59 5.44 19.56 -
YUV 59.95 164.15 165.12 -
System Red Green Blue C M Y K H S L
Decimal 112 21 124 0.10 0.83 0 0.51 293.01 0.71 0.28
Hex 70 15 7C A 53 0 33 125 47 1C
Octal 160 25 174 12 123 0 63 445 107 34
Binary 1110000 10101 1111100 1010 1010011 0 110011 100100101 1000111 11100

Color Harmonies of #70157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70157C

Black with #70157C

Text Example


Text Example

White with #70157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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