#712558

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

Shades of Palatinate Purple #712558

Tints of Palatinate Purple #712558

Color information

#712558 (or 0x712558) is unknown color: approx Palatinate Purple. HEX triplet: 71, 25 and 58. RGB value is (113,37,88). Sum of RGB (Red+Green+Blue) = 113+37+88=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #712558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712558 is #8EDAA7. Grayscale: #414141. Windows color (decimal): -9362088 or 5776753. OLE color: 5776753.

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

Color convert

RGB1133788-
CMYK00.670.220.56
HSL319.74º50.67%29.41%-
HSV(B)319.74º67.26%44.31%-
XYZ9.235.549.81-
YUV65.54140.68161.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.48%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=47.48%
G=15.55%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113378800.670.220.56319.7450.6729.41
Hex7125580431638140331d
Octal16145130010326705006335
Binary11100011001011011000010000111011011100010100000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712558; }

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

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

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

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

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

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

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

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