Html Css Color HEX #700170 Purple

📋 copy color: '#700170'

red 112 ◦ green 1 ◦ blue 112

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

Shades of Purple #700170

Tints of Purple #700170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 49.78%
G = 0.44%
B = 49.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#700170 (or 0x700170) is known color: Purple. HEX triplet: 70, 01 and 70. RGB value is (112,1,112). Sum of RGB (Red+Green+Blue) = 112+1+112=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #700170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700170 is #8FFE8F. Grayscale: #2E2E2E. Windows color (decimal): -9436816 or 7340400. OLE color: 7340400.

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

Color convert

RGB 112 1 112 -
CMYK 0 0.99 0 0.56
HSL 300º 0.98% 0.22% -
HSV(B) 300º 0.99% 0.44% -
XYZ 9.62 4.64 15.72 -
YUV 46.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 112 1 112 0 0.99 0 0.56 300 0.98 0.22
Hex 70 1 70 0 63 0 38 12C 62 16
Octal 160 1 160 0 143 0 70 454 142 26
Binary 1110000 1 1110000 0 1100011 0 111000 100101100 1100010 10110

Color Harmonies of #700170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700170

Black with #700170

Text Example


Text Example

White with #700170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700170; }

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

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

background-color css

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

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

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

border-color css

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

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

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