#712569

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

Shades of Palatinate Purple #712569

Tints of Palatinate Purple #712569

Color information

#712569 (or 0x712569) is unknown color: approx Palatinate Purple. HEX triplet: 71, 25 and 69. RGB value is (113,37,105). Sum of RGB (Red+Green+Blue) = 113+37+105=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #712569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712569 is #8EDA96. Grayscale: #434343. Windows color (decimal): -9362071 or 6890865. OLE color: 6890865.

HSL color Cylindrical-coordinate representation of color #712569: hue angle of 306.32º 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 #712569 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11337105-
CMYK00.670.070.56
HSL306.32º50.67%29.41%-
HSV(B)306.32º67.26%44.31%-
XYZ10.025.8513.97-
YUV67.48149.18160.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 37 (14.84% from 255) = 14.51%
BLUE value IS 105 (41.41% from 255) = 41.18%
R=44.31%
G=14.51%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133710500.670.070.56306.3250.6729.41
Hex712569043738132331d
Octal1614515101037704626335
Binary111000110010111010010100001111111100010011001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712569; }

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

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

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

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

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

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

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

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