Html Css Color HEX #700070 Purple

📋 copy color: '#700070'

red 112 ◦ green 0 ◦ blue 112

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

Shades of Purple #700070

Tints of Purple #700070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#700070 (or 0x700070) is known color: Purple. HEX triplet: 70, 00 and 70. RGB value is (112,0,112). Sum of RGB (Red+Green+Blue) = 112+0+112=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #700070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700070 is #8FFF8F. Grayscale: #2D2D2D. Windows color (decimal): -9437072 or 7340144. OLE color: 7340144.

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

Color convert

RGB 112 0 112 -
CMYK 0 1 0 0.56
HSL 300º 1% 0.22% -
HSV(B) 300º 1% 0.44% -
XYZ 9.61 4.61 15.71 -
YUV 46.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 112 0 112 0 1 0 0.56 300 1 0.22
Hex 70 0 70 0 64 0 38 12C 64 16
Octal 160 0 160 0 144 0 70 454 144 26
Binary 1110000 0 1110000 0 1100100 0 111000 100101100 1100100 10110

Color Harmonies of #700070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700070

Black with #700070

Text Example


Text Example

White with #700070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700070; }

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

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

background-color css

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

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

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

border-color css

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

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

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