Html Css Color HEX #701887 Purple

📋 copy color: '#701887'

red 112 ◦ green 24 ◦ blue 135

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

Shades of Purple #701887

Tints of Purple #701887

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

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

R = 41.33%
G = 8.86%
B = 49.82%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#701887 (or 0x701887) is known color: Purple. HEX triplet: 70, 18 and 87. RGB value is (112,24,135). Sum of RGB (Red+Green+Blue) = 112+24+135=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #701887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701887 is #8FE778. Grayscale: #3E3E3E. Windows color (decimal): -9430905 or 8853616. OLE color: 8853616.

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

Color convert

RGB 112 24 135 -
CMYK 0.17 0.82 0 0.47
HSL 287.57º 0.7% 0.31% -
HSV(B) 287.57º 0.82% 0.53% -
XYZ 11.38 5.85 23.45 -
YUV 62.97 168.65 162.97 -
System Red Green Blue C M Y K H S L
Decimal 112 24 135 0.17 0.82 0 0.47 287.57 0.7 0.31
Hex 70 18 87 11 52 0 2F 120 46 1F
Octal 160 30 207 21 122 0 57 440 106 37
Binary 1110000 11000 10000111 10001 1010010 0 101111 100100000 1000110 11111

Color Harmonies of #701887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701887

Black with #701887

Text Example


Text Example

White with #701887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701887; }

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

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

background-color css

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

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

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

border-color css

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

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

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