#71065A

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

Shades of Palatinate Purple #71065A

Tints of Palatinate Purple #71065A

Color information

#71065A (or 0x71065A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 06 and 5A. RGB value is (113,6,90). Sum of RGB (Red+Green+Blue) = 113+6+90=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71065A is #8EF9A5. Grayscale: #2F2F2F. Windows color (decimal): -9370022 or 5899889. OLE color: 5899889.

HSL color Cylindrical-coordinate representation of color #71065A: hue angle of 312.9º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71065A is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB113690-
CMYK00.950.200.56
HSL312.9º89.92%23.33%-
HSV(B)312.9º94.69%44.31%-
XYZ8.724.3810.06-
YUV47.57151.95174.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 6 (2.73% from 255) = 2.87%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=54.07%
G=2.87%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11369000.950.200.56312.989.9223.33
Hex7165A05F14381395a17
Octal16161320137247047113227
Binary111000111010110100101111110100111000100111001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71065A; }

 p { color: rgb(113,6,90); }

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

<style>
 a { background-color: #71065A; }

 a { background-color: rgb(113,6,90); }

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

<style>
 span { border-color: #71065A; }

 span { border-color: rgb(113,6,90); }

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