#712D6B

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

Shades of Palatinate Purple #712D6B

Tints of Palatinate Purple #712D6B

Color information

#712D6B (or 0x712D6B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 2D and 6B. RGB value is (113,45,107). Sum of RGB (Red+Green+Blue) = 113+45+107=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #712D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712D6B is #8ED294. Grayscale: #484848. Windows color (decimal): -9360021 or 7023985. OLE color: 7023985.

HSL color Cylindrical-coordinate representation of color #712D6B: hue angle of 305.29º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #712D6B is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11345107-
CMYK00.600.050.56
HSL305.29º43.04%30.98%-
HSV(B)305.29º60.18%44.31%-
XYZ10.46.4514.61-
YUV72.4147.53156.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 45 (17.97% from 255) = 16.98%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=42.64%
G=16.98%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134510700.600.050.56305.2943.0430.98
Hex712D6B03C5381312b1f
Octal161551530745704615337
Binary11100011011011101011011110010111100010011000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712D6B; }

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

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

<style>
 a { background-color: #712D6B; }

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

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

<style>
 span { border-color: #712D6B; }

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

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