Html Css Color HEX #70177F Purple

📋 copy color: '#70177F'

red 112 ◦ green 23 ◦ blue 127

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

Shades of Purple #70177F

Tints of Purple #70177F

RGB

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

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

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

R = 42.75%
G = 8.78%
B = 48.47%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70177F (or 0x70177F) is known color: Purple. HEX triplet: 70, 17 and 7F. RGB value is (112,23,127). Sum of RGB (Red+Green+Blue) = 112+23+127=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #70177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70177F is #8FE880. Grayscale: #3D3D3D. Windows color (decimal): -9431169 or 8329072. OLE color: 8329072.

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

Color convert

RGB 112 23 127 -
CMYK 0.12 0.82 0 0.50
HSL 291.35º 0.69% 0.29% -
HSV(B) 291.35º 0.82% 0.5% -
XYZ 10.82 5.59 20.59 -
YUV 61.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 112 23 127 0.12 0.82 0 0.50 291.35 0.69 0.29
Hex 70 17 7F C 52 0 32 123 45 1D
Octal 160 27 177 14 122 0 62 443 105 35
Binary 1110000 10111 1111111 1100 1010010 0 110010 100100011 1000101 11101

Color Harmonies of #70177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70177F

Black with #70177F

Text Example


Text Example

White with #70177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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