#710A5C

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

Shades of Palatinate Purple #710A5C

Tints of Palatinate Purple #710A5C

Color information

#710A5C (or 0x710A5C) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0A and 5C. RGB value is (113,10,92). Sum of RGB (Red+Green+Blue) = 113+10+92=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #710A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A5C is #8EF5A3. Grayscale: #313131. Windows color (decimal): -9368996 or 6031985. OLE color: 6031985.

HSL color Cylindrical-coordinate representation of color #710A5C: hue angle of 312.23º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A5C is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1131092-
CMYK00.910.190.56
HSL312.23º83.74%24.12%-
HSV(B)312.23º91.15%44.31%-
XYZ8.854.510.53-
YUV50.14151.62172.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=52.56%
G=4.65%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113109200.910.190.56312.2383.7424.12
Hex71A5C05B13381385418
Octal161121340133237047012430
Binary1110001101010111000101101110011111000100111000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,10,92); }

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

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

 a { background-color: rgb(113,10,92); }

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

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

 span { border-color: rgb(113,10,92); }

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