#712968

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

Shades of Palatinate Purple #712968

Tints of Palatinate Purple #712968

Color information

#712968 (or 0x712968) is unknown color: approx Palatinate Purple. HEX triplet: 71, 29 and 68. RGB value is (113,41,104). Sum of RGB (Red+Green+Blue) = 113+41+104=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #712968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712968 is #8ED697. Grayscale: #454545. Windows color (decimal): -9361048 or 6826353. OLE color: 6826353.

HSL color Cylindrical-coordinate representation of color #712968: hue angle of 307.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #712968 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11341104-
CMYK00.640.080.56
HSL307.5º46.75%30.2%-
HSV(B)307.5º63.72%44.31%-
XYZ10.16.113.74-
YUV69.71147.35158.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 104 (41.02% from 255) = 40.31%
R=43.80%
G=15.89%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134110400.640.080.56307.546.7530.2
Hex7129680408381342f1e
Octal16151150010010704645736
Binary1110001101001110100001000000100011100010011010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712968; }

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

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

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

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

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

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

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

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