#5F285D

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

Shades of Palatinate Purple #5F285D

Tints of Palatinate Purple #5F285D

Color information

#5F285D (or 0x5F285D) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 28 and 5D. RGB value is (95,40,93). Sum of RGB (Red+Green+Blue) = 95+40+93=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 95 - color contains mainly: red. Hex color #5F285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F285D is #A0D7A2. Grayscale: #3E3E3E. Windows color (decimal): -10540963 or 6105183. OLE color: 6105183.

HSL color Cylindrical-coordinate representation of color #5F285D: hue angle of 302.18º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F285D is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB954093-
CMYK00.580.020.63
HSL302.18º40.74%26.47%-
HSV(B)302.18º57.89%37.25%-
XYZ7.454.7410.88-
YUV62.49145.22151.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.67%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=41.67%
G=17.54%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95409300.580.020.63302.1840.7426.47
Hex5F285D03A23F12e291a
Octal137501350722774565132
Binary1011111101000101110101110101011111110010111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,40,93); }

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

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

 a { background-color: rgb(95,40,93); }

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

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

 span { border-color: rgb(95,40,93); }

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