#5D1B62

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

Shades of Palatinate Purple #5D1B62

Tints of Palatinate Purple #5D1B62

Color information

#5D1B62 (or 0x5D1B62) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 1B and 62. RGB value is (93,27,98). Sum of RGB (Red+Green+Blue) = 93+27+98=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #5D1B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1B62 is #A2E49D. Grayscale: #363636. Windows color (decimal): -10675358 or 6429533. OLE color: 6429533.

HSL color Cylindrical-coordinate representation of color #5D1B62: hue angle of 295.77º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D1B62 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB932798-
CMYK0.050.7200.62
HSL295.77º56.8%24.51%-
HSV(B)295.77º72.45%38.43%-
XYZ7.113.9911.95-
YUV54.83152.37155.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.66%
GREEN value IS 27 (10.94% from 255) = 12.39%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=42.66%
G=12.39%
B=44.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9327980.050.7200.62295.7756.824.51
Hex5D1B6254803E1283919
Octal1353314251100764507131
Binary10111011101111000101011001000011111010010100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,27,98); }

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

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

 a { background-color: rgb(93,27,98); }

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

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

 span { border-color: rgb(93,27,98); }

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