Html Css Color HEX #70177D Purple

📋 copy color: '#70177D'

red 112 ◦ green 23 ◦ blue 125

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

Shades of Purple #70177D

Tints of Purple #70177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.85%

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 43.08%
G = 8.85%
B = 48.08%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70177D (or 0x70177D) is known color: Purple. HEX triplet: 70, 17 and 7D. RGB value is (112,23,125). Sum of RGB (Red+Green+Blue) = 112+23+125=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #70177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70177D is #8FE882. Grayscale: #3C3C3C. Windows color (decimal): -9431171 or 8198000. OLE color: 8198000.

HSL color Cylindrical-coordinate representation of color #70177D: hue angle of 292.35º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70177D is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 23 125 -
CMYK 0.10 0.82 0 0.51
HSL 292.35º 0.69% 0.29% -
HSV(B) 292.35º 0.82% 0.49% -
XYZ 10.69 5.54 19.91 -
YUV 61.24 163.99 164.21 -
System Red Green Blue C M Y K H S L
Decimal 112 23 125 0.10 0.82 0 0.51 292.35 0.69 0.29
Hex 70 17 7D A 52 0 33 124 45 1D
Octal 160 27 175 12 122 0 63 444 105 35
Binary 1110000 10111 1111101 1010 1010010 0 110011 100100100 1000101 11101

Color Harmonies of #70177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70177D

Black with #70177D

Text Example


Text Example

White with #70177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70177D; }

 p { color: rgb(112,23,125); }

 H1.HeaderClassName
 {
   color: #70177D;
 }
 .AnyTagClassName
 {
   color: #70177D;
 }
</style>

background-color css

<style>
 a { background-color: #70177D; }

 a { background-color: rgb(112,23,125); }

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

border-color css

<style>
 span { border-color: #70177D; }

 span { border-color: rgb(112,23,125); }

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