#701761

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

Shades of Palatinate Purple #701761

Tints of Palatinate Purple #701761

Color information

#701761 (or 0x701761) is unknown color: approx Palatinate Purple. HEX triplet: 70, 17 and 61. RGB value is (112,23,97). Sum of RGB (Red+Green+Blue) = 112+23+97=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #701761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701761 is #8FE89E. Grayscale: #393939. Windows color (decimal): -9431199 or 6362992. OLE color: 6362992.

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

Color convert

RGB1122397-
CMYK00.790.130.56
HSL310.11º65.93%26.47%-
HSV(B)310.11º79.46%43.92%-
XYZ9.154.9211.78-
YUV58.05149.99166.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 23 (9.38% from 255) = 9.91%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=48.28%
G=9.91%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112239700.790.130.56310.1165.9326.47
Hex70176104FD38136421a
Octal160271410117157046610232
Binary1110000101111100001010011111101111000100110110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701761; }

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

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

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

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

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

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

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

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