#710B5E

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

Shades of Palatinate Purple #710B5E

Tints of Palatinate Purple #710B5E

Color information

#710B5E (or 0x710B5E) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0B and 5E. RGB value is (113,11,94). Sum of RGB (Red+Green+Blue) = 113+11+94=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #710B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B5E is #8EF4A1. Grayscale: #323232. Windows color (decimal): -9368738 or 6163313. OLE color: 6163313.

HSL color Cylindrical-coordinate representation of color #710B5E: hue angle of 311.18º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B5E is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1131194-
CMYK00.900.170.56
HSL311.18º82.26%24.31%-
HSV(B)311.18º90.27%44.31%-
XYZ8.954.5611-
YUV50.96152.29172.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.83%
GREEN value IS 11 (4.69% from 255) = 5.05%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=51.83%
G=5.05%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113119400.900.170.56311.1882.2624.31
Hex71B5E05A11381375218
Octal161131360132217046712230
Binary1110001101110111100101101010001111000100110111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710B5E; }

 p { color: rgb(113,11,94); }

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

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

 a { background-color: rgb(113,11,94); }

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

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

 span { border-color: rgb(113,11,94); }

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