Html Css Color HEX #701587 Purple

📋 copy color: '#701587'

red 112 ◦ green 21 ◦ blue 135

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

Shades of Purple #701587

Tints of Purple #701587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.37%

R = 41.79%
G = 7.84%
B = 50.37%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#701587 (or 0x701587) is known color: Purple. HEX triplet: 70, 15 and 87. RGB value is (112,21,135). Sum of RGB (Red+Green+Blue) = 112+21+135=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #701587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701587 is #8FEA78. Grayscale: #3C3C3C. Windows color (decimal): -9431673 or 8852848. OLE color: 8852848.

HSL color Cylindrical-coordinate representation of color #701587: hue angle of 287.89º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701587 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 21 135 -
CMYK 0.17 0.84 0 0.47
HSL 287.89º 0.73% 0.31% -
HSV(B) 287.89º 0.84% 0.53% -
XYZ 11.32 5.73 23.43 -
YUV 61.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 112 21 135 0.17 0.84 0 0.47 287.89 0.73 0.31
Hex 70 15 87 11 54 0 2F 120 49 1F
Octal 160 25 207 21 124 0 57 440 111 37
Binary 1110000 10101 10000111 10001 1010100 0 101111 100100000 1001001 11111

Color Harmonies of #701587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701587

Black with #701587

Text Example


Text Example

White with #701587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701587; }

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

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

background-color css

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

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

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

border-color css

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

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

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