#71305E

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

Shades of Palatinate Purple #71305E

Tints of Palatinate Purple #71305E

Color information

#71305E (or 0x71305E) is unknown color: approx Palatinate Purple. HEX triplet: 71, 30 and 5E. RGB value is (113,48,94). Sum of RGB (Red+Green+Blue) = 113+48+94=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71305E is #8ECFA1. Grayscale: #484848. Windows color (decimal): -9359266 or 6172785. OLE color: 6172785.

HSL color Cylindrical-coordinate representation of color #71305E: hue angle of 317.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71305E is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1134894-
CMYK00.580.170.56
HSL317.54º40.37%31.57%-
HSV(B)317.54º57.52%44.31%-
XYZ9.896.4311.31-
YUV72.68140.03156.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=44.31%
G=18.82%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113489400.580.170.56317.5440.3731.57
Hex71305E03A113813e2820
Octal1616013607221704765040
Binary11100011100001011110011101010001111000100111110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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