#710F6A

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

Shades of Palatinate Purple #710F6A

Tints of Palatinate Purple #710F6A

Color information

#710F6A (or 0x710F6A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0F and 6A. RGB value is (113,15,106). Sum of RGB (Red+Green+Blue) = 113+15+106=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #710F6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710F6A is #8EF095. Grayscale: #363636. Windows color (decimal): -9367702 or 6950769. OLE color: 6950769.

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

Color convert

RGB11315106-
CMYK00.870.060.56
HSL304.29º76.56%25.1%-
HSV(B)304.29º86.73%44.31%-
XYZ9.584.8914.08-
YUV54.68156.97169.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=48.29%
G=6.41%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131510600.870.060.56304.2976.5625.1
Hex71F6A0576381304d19
Octal16117152012767046011531
Binary11100011111110101001010111110111000100110000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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