Html Css Color HEX #700570 Purple

📋 copy color: '#700570'

red 112 ◦ green 5 ◦ blue 112

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

Shades of Purple #700570

Tints of Purple #700570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 48.91%
G = 2.18%
B = 48.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#700570 (or 0x700570) is known color: Purple. HEX triplet: 70, 05 and 70. RGB value is (112,5,112). Sum of RGB (Red+Green+Blue) = 112+5+112=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #700570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700570 is #8FFA8F. Grayscale: #303030. Windows color (decimal): -9435792 or 7341424. OLE color: 7341424.

HSL color Cylindrical-coordinate representation of color #700570: hue angle of 300º degrees, saturation: 0.91, 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 #700570 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 112 -
CMYK 0 0.96 0 0.56
HSL 300º 0.91% 0.23% -
HSV(B) 300º 0.96% 0.44% -
XYZ 9.66 4.72 15.73 -
YUV 49.19 163.45 172.8 -
System Red Green Blue C M Y K H S L
Decimal 112 5 112 0 0.96 0 0.56 300 0.91 0.23
Hex 70 5 70 0 60 0 38 12C 5B 17
Octal 160 5 160 0 140 0 70 454 133 27
Binary 1110000 101 1110000 0 1100000 0 111000 100101100 1011011 10111

Color Harmonies of #700570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700570

Black with #700570

Text Example


Text Example

White with #700570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700570; }

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

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

background-color css

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

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

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

border-color css

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

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

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