#5F1755

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

Shades of Palatinate Purple #5F1755

Tints of Palatinate Purple #5F1755

Color information

#5F1755 (or 0x5F1755) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 17 and 55. RGB value is (95,23,85). Sum of RGB (Red+Green+Blue) = 95+23+85=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1755 is #A0E8AA. Grayscale: #333333. Windows color (decimal): -10545323 or 5576543. OLE color: 5576543.

HSL color Cylindrical-coordinate representation of color #5F1755: hue angle of 308.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F1755 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB952385-
CMYK00.760.110.63
HSL308.33º61.02%23.14%-
HSV(B)308.33º75.79%37.25%-
XYZ6.673.78.96-
YUV51.6146.85158.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.80%
GREEN value IS 23 (9.38% from 255) = 11.33%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=46.80%
G=11.33%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95238500.760.110.63308.3361.0223.14
Hex5F175504CB3F1343d17
Octal13727125011413774647527
Binary101111110111101010101001100101111111110011010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,23,85); }

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

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

 a { background-color: rgb(95,23,85); }

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

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

 span { border-color: rgb(95,23,85); }

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