#5F1357

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

Shades of Palatinate Purple #5F1357

Tints of Palatinate Purple #5F1357

Color information

#5F1357 (or 0x5F1357) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 13 and 57. RGB value is (95,19,87). Sum of RGB (Red+Green+Blue) = 95+19+87=201 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.26% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1357 is #A0ECA8. Grayscale: #313131. Windows color (decimal): -10546345 or 5706591. OLE color: 5706591.

HSL color Cylindrical-coordinate representation of color #5F1357: hue angle of 306.32º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F1357 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.63.

Color convert

RGB951987-
CMYK00.800.080.63
HSL306.32º66.67%22.35%-
HSV(B)306.32º80%37.25%-
XYZ6.673.599.36-
YUV49.48149.18160.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.26%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=47.26%
G=9.45%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95198700.800.080.63306.3266.6722.35
Hex5F135705083F1324316
Octal137231270120107746210326
Binary1011111100111010111010100001000111111100110010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F1357; }

 p { color: rgb(95,19,87); }

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

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

 a { background-color: rgb(95,19,87); }

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

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

 span { border-color: rgb(95,19,87); }

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