Html Css Color HEX #700160 Purple

📋 copy color: '#700160'

red 112 ◦ green 1 ◦ blue 96

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

Shades of Purple #700160

Tints of Purple #700160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.93%

R = 53.59%
G = 0.48%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#700160 (or 0x700160) is known color: Purple. HEX triplet: 70, 01 and 60. RGB value is (112,1,96). Sum of RGB (Red+Green+Blue) = 112+1+96=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #700160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700160 is #8FFE9F. Grayscale: #2C2C2C. Windows color (decimal): -9436832 or 6291824. OLE color: 6291824.

HSL color Cylindrical-coordinate representation of color #700160: hue angle of 308.65º 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 #700160 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 1 96 -
CMYK 0 0.99 0.14 0.56
HSL 308.65º 0.98% 0.22% -
HSV(B) 308.65º 0.99% 0.44% -
XYZ 8.8 4.31 11.43 -
YUV 45.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 112 1 96 0 0.99 0.14 0.56 308.65 0.98 0.22
Hex 70 1 60 0 63 E 38 135 62 16
Octal 160 1 140 0 143 16 70 465 142 26
Binary 1110000 1 1100000 0 1100011 1110 111000 100110101 1100010 10110

Color Harmonies of #700160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700160

Black with #700160

Text Example


Text Example

White with #700160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700160; }

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

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

background-color css

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

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

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

border-color css

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

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

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