#712469

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

Shades of Palatinate Purple #712469

Tints of Palatinate Purple #712469

Color information

#712469 (or 0x712469) is unknown color: approx Palatinate Purple. HEX triplet: 71, 24 and 69. RGB value is (113,36,105). Sum of RGB (Red+Green+Blue) = 113+36+105=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #712469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712469 is #8EDB96. Grayscale: #424242. Windows color (decimal): -9362327 or 6890609. OLE color: 6890609.

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

Color convert

RGB11336105-
CMYK00.680.070.56
HSL306.23º51.68%29.22%-
HSV(B)306.23º68.14%44.31%-
XYZ9.995.7913.96-
YUV66.89149.51160.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.49%
GREEN value IS 36 (14.45% from 255) = 14.17%
BLUE value IS 105 (41.41% from 255) = 41.34%
R=44.49%
G=14.17%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133610500.680.070.56306.2351.6829.22
Hex712469044738132341d
Octal1614415101047704626435
Binary111000110010011010010100010011111100010011001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712469; }

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

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

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

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

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

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

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

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