Html Css Color HEX #700870 Purple

📋 copy color: '#700870'

red 112 ◦ green 8 ◦ blue 112

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

Shades of Purple #700870

Tints of Purple #700870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.45%

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

R = 48.28%
G = 3.45%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#700870 (or 0x700870) is known color: Purple. HEX triplet: 70, 08 and 70. RGB value is (112,8,112). Sum of RGB (Red+Green+Blue) = 112+8+112=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #700870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700870 is #8FF78F. Grayscale: #323232. Windows color (decimal): -9435024 or 7342192. OLE color: 7342192.

HSL color Cylindrical-coordinate representation of color #700870: hue angle of 300º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700870 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 112 -
CMYK 0 0.93 0 0.56
HSL 300º 0.87% 0.24% -
HSV(B) 300º 0.93% 0.44% -
XYZ 9.69 4.79 15.74 -
YUV 50.95 162.46 171.54 -
System Red Green Blue C M Y K H S L
Decimal 112 8 112 0 0.93 0 0.56 300 0.87 0.24
Hex 70 8 70 0 5D 0 38 12C 57 18
Octal 160 10 160 0 135 0 70 454 127 30
Binary 1110000 1000 1110000 0 1011101 0 111000 100101100 1010111 11000

Color Harmonies of #700870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700870

Black with #700870

Text Example


Text Example

White with #700870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700870; }

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

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

background-color css

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

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

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

border-color css

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

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

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