#712564

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

Shades of Palatinate Purple #712564

Tints of Palatinate Purple #712564

Color information

#712564 (or 0x712564) is unknown color: approx Palatinate Purple. HEX triplet: 71, 25 and 64. RGB value is (113,37,100). Sum of RGB (Red+Green+Blue) = 113+37+100=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #712564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712564 is #8EDA9B. Grayscale: #424242. Windows color (decimal): -9362076 or 6563185. OLE color: 6563185.

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

Color convert

RGB11337100-
CMYK00.670.120.56
HSL310.26º50.67%29.41%-
HSV(B)310.26º67.26%44.31%-
XYZ9.775.7512.65-
YUV66.91146.68160.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 100 (39.45% from 255) = 40%
R=45.2%
G=14.8%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133710000.670.120.56310.2650.6729.41
Hex712564043C38136331d
Octal16145144010314704666335
Binary1110001100101110010001000011110011100010011011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712564; }

 p { color: rgb(113,37,100); }

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

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

 a { background-color: rgb(113,37,100); }

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

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

 span { border-color: rgb(113,37,100); }

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