#71286B

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

Shades of Palatinate Purple #71286B

Tints of Palatinate Purple #71286B

Color information

#71286B (or 0x71286B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 28 and 6B. RGB value is (113,40,107). Sum of RGB (Red+Green+Blue) = 113+40+107=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71286B is #8ED794. Grayscale: #454545. Windows color (decimal): -9361301 or 7022705. OLE color: 7022705.

HSL color Cylindrical-coordinate representation of color #71286B: hue angle of 304.93º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71286B is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11340107-
CMYK00.650.050.56
HSL304.93º47.71%30%-
HSV(B)304.93º64.6%44.31%-
XYZ10.226.0914.55-
YUV69.46149.18159.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 40 (16.02% from 255) = 15.38%
BLUE value IS 107 (42.19% from 255) = 41.15%
R=43.46%
G=15.38%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134010700.650.050.56304.9347.7130
Hex71286B041538131301e
Octal1615015301015704616036
Binary111000110100011010110100000110111100010011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71286B; }

 p { color: rgb(113,40,107); }

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

<style>
 a { background-color: #71286B; }

 a { background-color: rgb(113,40,107); }

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

<style>
 span { border-color: #71286B; }

 span { border-color: rgb(113,40,107); }

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