#701861

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

Shades of Palatinate Purple #701861

Tints of Palatinate Purple #701861

Color information

#701861 (or 0x701861) is unknown color: approx Palatinate Purple. HEX triplet: 70, 18 and 61. RGB value is (112,24,97). Sum of RGB (Red+Green+Blue) = 112+24+97=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #701861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701861 is #8FE79E. Grayscale: #3A3A3A. Windows color (decimal): -9430943 or 6363248. OLE color: 6363248.

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

Color convert

RGB1122497-
CMYK00.790.130.56
HSL310.23º64.71%26.67%-
HSV(B)310.23º78.57%43.92%-
XYZ9.174.9611.78-
YUV58.63149.65166.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 24 (9.77% from 255) = 10.30%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=48.07%
G=10.30%
B=41.63%

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
Decimal112249700.790.130.56310.2364.7126.67
Hex70186104FD38136411b
Octal160301410117157046610133
Binary1110000110001100001010011111101111000100110110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701861; }

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

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

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

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

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

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

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

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