#710E6A

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

Shades of Palatinate Purple #710E6A

Tints of Palatinate Purple #710E6A

Color information

#710E6A (or 0x710E6A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0E and 6A. RGB value is (113,14,106). Sum of RGB (Red+Green+Blue) = 113+14+106=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #710E6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710E6A is #8EF195. Grayscale: #353535. Windows color (decimal): -9367958 or 6950513. OLE color: 6950513.

HSL color Cylindrical-coordinate representation of color #710E6A: hue angle of 304.24º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710E6A is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11314106-
CMYK00.880.060.56
HSL304.24º77.95%24.9%-
HSV(B)304.24º87.61%44.31%-
XYZ9.574.8714.07-
YUV54.09157.3170.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 14 (5.86% from 255) = 6.01%
BLUE value IS 106 (41.80% from 255) = 45.49%
R=48.50%
G=6.01%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131410600.880.060.56304.2477.9524.9
Hex71E6A0586381304e19
Octal16116152013067046011631
Binary11100011110110101001011000110111000100110000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,14,106); }

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

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

 a { background-color: rgb(113,14,106); }

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

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

 span { border-color: rgb(113,14,106); }

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