#71065E

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

Shades of Palatinate Purple #71065E

Tints of Palatinate Purple #71065E

Color information

#71065E (or 0x71065E) is unknown color: approx Palatinate Purple. HEX triplet: 71, 06 and 5E. RGB value is (113,6,94). Sum of RGB (Red+Green+Blue) = 113+6+94=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71065E is #8EF9A1. Grayscale: #2F2F2F. Windows color (decimal): -9370018 or 6162033. OLE color: 6162033.

HSL color Cylindrical-coordinate representation of color #71065E: hue angle of 310.65º 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 #71065E is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB113694-
CMYK00.950.170.56
HSL310.65º89.92%23.33%-
HSV(B)310.65º94.69%44.31%-
XYZ8.94.4510.98-
YUV48.02153.95174.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=53.05%
G=2.82%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11369400.950.170.56310.6589.9223.33
Hex7165E05F11381375a17
Octal16161360137217046713227
Binary111000111010111100101111110001111000100110111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71065E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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