Html Css Color HEX #700161 Purple

📋 copy color: '#700161'

red 112 ◦ green 1 ◦ blue 97

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

Shades of Purple #700161

Tints of Purple #700161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.19%

R = 53.33%
G = 0.48%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#700161 (or 0x700161) is known color: Purple. HEX triplet: 70, 01 and 61. RGB value is (112,1,97). Sum of RGB (Red+Green+Blue) = 112+1+97=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #700161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700161 is #8FFE9E. Grayscale: #2C2C2C. Windows color (decimal): -9436831 or 6357360. OLE color: 6357360.

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

Color convert

RGB 112 1 97 -
CMYK 0 0.99 0.13 0.56
HSL 308.11º 0.98% 0.22% -
HSV(B) 308.11º 0.99% 0.44% -
XYZ 8.85 4.33 11.68 -
YUV 45.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 112 1 97 0 0.99 0.13 0.56 308.11 0.98 0.22
Hex 70 1 61 0 63 D 38 134 62 16
Octal 160 1 141 0 143 15 70 464 142 26
Binary 1110000 1 1100001 0 1100011 1101 111000 100110100 1100010 10110

Color Harmonies of #700161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700161

Black with #700161

Text Example


Text Example

White with #700161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700161; }

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

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

background-color css

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

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

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

border-color css

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

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

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