#701B62

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

Shades of Palatinate Purple #701B62

Tints of Palatinate Purple #701B62

Color information

#701B62 (or 0x701B62) is unknown color: approx Palatinate Purple. HEX triplet: 70, 1B and 62. RGB value is (112,27,98). Sum of RGB (Red+Green+Blue) = 112+27+98=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #701B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701B62 is #8FE49D. Grayscale: #3C3C3C. Windows color (decimal): -9430174 or 6429552. OLE color: 6429552.

HSL color Cylindrical-coordinate representation of color #701B62: hue angle of 309.88º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #701B62 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1122798-
CMYK00.760.130.56
HSL309.88º61.15%27.25%-
HSV(B)309.88º75.89%43.92%-
XYZ9.285.1112.05-
YUV60.51149.16164.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 27 (10.94% from 255) = 11.39%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=47.26%
G=11.39%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112279800.760.130.56309.8861.1527.25
Hex701B6204CD381363d1b
Octal16033142011415704667533
Binary111000011011110001001001100110111100010011011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701B62; }

 p { color: rgb(112,27,98); }

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

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

 a { background-color: rgb(112,27,98); }

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

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

 span { border-color: rgb(112,27,98); }

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