#712658

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

Shades of Palatinate Purple #712658

Tints of Palatinate Purple #712658

Color information

#712658 (or 0x712658) is unknown color: approx Palatinate Purple. HEX triplet: 71, 26 and 58. RGB value is (113,38,88). Sum of RGB (Red+Green+Blue) = 113+38+88=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #712658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712658 is #8ED9A7. Grayscale: #424242. Windows color (decimal): -9361832 or 5777009. OLE color: 5777009.

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

Color convert

RGB1133888-
CMYK00.660.220.56
HSL320º49.67%29.61%-
HSV(B)320º66.37%44.31%-
XYZ9.265.69.83-
YUV66.12140.35161.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=47.28%
G=15.90%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113388800.660.220.5632049.6729.61
Hex7126580421638140321e
Octal16146130010226705006236
Binary11100011001101011000010000101011011100010100000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712658; }

 p { color: rgb(113,38,88); }

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

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

 a { background-color: rgb(113,38,88); }

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

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

 span { border-color: rgb(113,38,88); }

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