#711A6B

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

Shades of Palatinate Purple #711A6B

Tints of Palatinate Purple #711A6B

Color information

#711A6B (or 0x711A6B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1A and 6B. RGB value is (113,26,107). Sum of RGB (Red+Green+Blue) = 113+26+107=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #711A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A6B is #8EE594. Grayscale: #3D3D3D. Windows color (decimal): -9364885 or 7019121. OLE color: 7019121.

HSL color Cylindrical-coordinate representation of color #711A6B: hue angle of 304.14º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A6B is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11326107-
CMYK00.770.050.56
HSL304.14º62.59%27.25%-
HSV(B)304.14º76.99%44.31%-
XYZ9.835.3114.42-
YUV61.25153.82164.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=45.93%
G=10.57%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132610700.770.050.56304.1462.5927.25
Hex711A6B04D5381303f1b
Octal1613215301155704607733
Binary11100011101011010110100110110111100010011000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711A6B; }

 p { color: rgb(113,26,107); }

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

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

 a { background-color: rgb(113,26,107); }

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

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

 span { border-color: rgb(113,26,107); }

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