Html Css Color HEX #701577 Purple

📋 copy color: '#701577'

red 112 ◦ green 21 ◦ blue 119

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

Shades of Purple #701577

Tints of Purple #701577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.22%

R = 44.44%
G = 8.33%
B = 47.22%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#701577 (or 0x701577) is known color: Purple. HEX triplet: 70, 15 and 77. RGB value is (112,21,119). Sum of RGB (Red+Green+Blue) = 112+21+119=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #701577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701577 is #8FEA88. Grayscale: #3B3B3B. Windows color (decimal): -9431689 or 7804272. OLE color: 7804272.

HSL color Cylindrical-coordinate representation of color #701577: hue angle of 295.71º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701577 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 21 119 -
CMYK 0.06 0.82 0 0.53
HSL 295.71º 0.7% 0.27% -
HSV(B) 295.71º 0.82% 0.47% -
XYZ 10.28 5.31 17.94 -
YUV 59.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 112 21 119 0.06 0.82 0 0.53 295.71 0.7 0.27
Hex 70 15 77 6 52 0 35 128 46 1B
Octal 160 25 167 6 122 0 65 450 106 33
Binary 1110000 10101 1110111 110 1010010 0 110101 100101000 1000110 11011

Color Harmonies of #701577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701577

Black with #701577

Text Example


Text Example

White with #701577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701577; }

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

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

background-color css

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

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

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

border-color css

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

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

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