Html Css Color HEX #701581 Purple

📋 copy color: '#701581'

red 112 ◦ green 21 ◦ blue 129

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

Shades of Purple #701581

Tints of Purple #701581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 49.24%

R = 42.75%
G = 8.02%
B = 49.24%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#701581 (or 0x701581) is known color: Purple. HEX triplet: 70, 15 and 81. RGB value is (112,21,129). Sum of RGB (Red+Green+Blue) = 112+21+129=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #701581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701581 is #8FEA7E. Grayscale: #3C3C3C. Windows color (decimal): -9431679 or 8459632. OLE color: 8459632.

HSL color Cylindrical-coordinate representation of color #701581: hue angle of 290.56º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701581 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 21 129 -
CMYK 0.13 0.84 0 0.49
HSL 290.56º 0.72% 0.29% -
HSV(B) 290.56º 0.84% 0.51% -
XYZ 10.91 5.57 21.27 -
YUV 60.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 112 21 129 0.13 0.84 0 0.49 290.56 0.72 0.29
Hex 70 15 81 D 54 0 31 123 48 1D
Octal 160 25 201 15 124 0 61 443 110 35
Binary 1110000 10101 10000001 1101 1010100 0 110001 100100011 1001000 11101

Color Harmonies of #701581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701581

Black with #701581

Text Example


Text Example

White with #701581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701581; }

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

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

background-color css

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

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

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

border-color css

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

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

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