#712357

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

Shades of Palatinate Purple #712357

Tints of Palatinate Purple #712357

Color information

#712357 (or 0x712357) is unknown color: approx Palatinate Purple. HEX triplet: 71, 23 and 57. RGB value is (113,35,87). Sum of RGB (Red+Green+Blue) = 113+35+87=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #712357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712357 is #8EDCA8. Grayscale: #404040. Windows color (decimal): -9362601 or 5710705. OLE color: 5710705.

HSL color Cylindrical-coordinate representation of color #712357: hue angle of 320º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712357 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1133587-
CMYK00.690.230.56
HSL320º52.7%29.02%-
HSV(B)320º69.03%44.31%-
XYZ9.135.49.58-
YUV64.25140.84162.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 87 (34.38% from 255) = 37.02%
R=48.09%
G=14.89%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113358700.690.230.5632052.729.02
Hex7123570451738140351d
Octal16143127010527705006535
Binary11100011000111010111010001011011111100010100000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712357; }

 p { color: rgb(113,35,87); }

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

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

 a { background-color: rgb(113,35,87); }

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

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

 span { border-color: rgb(113,35,87); }

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