#702161

Color #702161 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #702161

Tints of Palatinate Purple #702161

Color information

#702161 (or 0x702161) is unknown color: approx Palatinate Purple. HEX triplet: 70, 21 and 61. RGB value is (112,33,97). Sum of RGB (Red+Green+Blue) = 112+33+97=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #702161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702161 is #8FDE9E. Grayscale: #3F3F3F. Windows color (decimal): -9428639 or 6365552. OLE color: 6365552.

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

Color convert

RGB1123397-
CMYK00.710.130.56
HSL311.39º54.48%28.43%-
HSV(B)311.39º70.54%43.92%-
XYZ9.385.411.86-
YUV63.92146.67162.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 33 (13.28% from 255) = 13.64%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=46.28%
G=13.64%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112339700.710.130.56311.3954.4828.43
Hex702161047D38137361c
Octal16041141010715704676634
Binary1110000100001110000101000111110111100010011011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702161; }

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

 H1.HeaderClassName
 {
   color: #702161;
 }
 .AnyTagClassName
 {
   color: #702161;
 }
</style>
background-color css

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

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

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

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

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

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