#712468

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

Shades of Palatinate Purple #712468

Tints of Palatinate Purple #712468

Color information

#712468 (or 0x712468) is unknown color: approx Palatinate Purple. HEX triplet: 71, 24 and 68. RGB value is (113,36,104). Sum of RGB (Red+Green+Blue) = 113+36+104=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #712468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712468 is #8EDB97. Grayscale: #424242. Windows color (decimal): -9362328 or 6825073. OLE color: 6825073.

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

Color convert

RGB11336104-
CMYK00.680.080.56
HSL307.01º51.68%29.22%-
HSV(B)307.01º68.14%44.31%-
XYZ9.945.7713.69-
YUV66.77149.01160.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=44.66%
G=14.23%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133610400.680.080.56307.0151.6829.22
Hex712468044838133341d
Octal16144150010410704636435
Binary1110001100100110100001000100100011100010011001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712468; }

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

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

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

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

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

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

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

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