Html Css Color HEX #700571 Purple

📋 copy color: '#700571'

red 112 ◦ green 5 ◦ blue 113

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

Shades of Purple #700571

Tints of Purple #700571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

 BLUE value IS 113 (44.53% from 255) = 49.13%

R = 48.7%
G = 2.17%
B = 49.13%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#700571 (or 0x700571) is known color: Purple. HEX triplet: 70, 05 and 71. RGB value is (112,5,113). Sum of RGB (Red+Green+Blue) = 112+5+113=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #700571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700571 is #8FFA8E. Grayscale: #303030. Windows color (decimal): -9435791 or 7406960. OLE color: 7406960.

HSL color Cylindrical-coordinate representation of color #700571: hue angle of 299.44º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700571 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 113 -
CMYK 0.01 0.96 0 0.56
HSL 299.44º 0.92% 0.23% -
HSV(B) 299.44º 0.96% 0.44% -
XYZ 9.72 4.75 16.03 -
YUV 49.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 112 5 113 0.01 0.96 0 0.56 299.44 0.92 0.23
Hex 70 5 71 1 60 0 38 12B 5C 17
Octal 160 5 161 1 140 0 70 453 134 27
Binary 1110000 101 1110001 1 1100000 0 111000 100101011 1011100 10111

Color Harmonies of #700571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700571

Black with #700571

Text Example


Text Example

White with #700571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700571; }

 p { color: rgb(112,5,113); }

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

background-color css

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

 a { background-color: rgb(112,5,113); }

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

border-color css

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

 span { border-color: rgb(112,5,113); }

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