#701865

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

Shades of Palatinate Purple #701865

Tints of Palatinate Purple #701865

Color information

#701865 (or 0x701865) is unknown color: approx Palatinate Purple. HEX triplet: 70, 18 and 65. RGB value is (112,24,101). Sum of RGB (Red+Green+Blue) = 112+24+101=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #701865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701865 is #8FE79A. Grayscale: #3A3A3A. Windows color (decimal): -9430939 or 6625392. OLE color: 6625392.

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

Color convert

RGB11224101-
CMYK00.790.100.56
HSL307.5º64.71%26.67%-
HSV(B)307.5º78.57%43.92%-
XYZ9.365.0412.79-
YUV59.09151.65165.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 24 (9.77% from 255) = 10.13%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=47.26%
G=10.13%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122410100.790.100.56307.564.7126.67
Hex70186504FA38134411b
Octal160301450117127046410133
Binary1110000110001100101010011111010111000100110100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701865; }

 p { color: rgb(112,24,101); }

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

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

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

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

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

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

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