#5D0B5E

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

Shades of Palatinate Purple #5D0B5E

Tints of Palatinate Purple #5D0B5E

Color information

#5D0B5E (or 0x5D0B5E) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 0B and 5E. RGB value is (93,11,94). Sum of RGB (Red+Green+Blue) = 93+11+94=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #5D0B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0B5E is #A2F4A1. Grayscale: #2C2C2C. Windows color (decimal): -10679458 or 6163293. OLE color: 6163293.

HSL color Cylindrical-coordinate representation of color #5D0B5E: hue angle of 299.28º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D0B5E is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB931194-
CMYK0.010.8800.63
HSL299.28º79.05%20.59%-
HSV(B)299.28º88.3%36.86%-
XYZ6.653.3710.89-
YUV44.98155.67162.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.97%
GREEN value IS 11 (4.69% from 255) = 5.56%
BLUE value IS 94 (37.11% from 255) = 47.47%
R=46.97%
G=5.56%
B=47.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9311940.010.8800.63299.2879.0520.59
Hex5DB5E15803F12b4f15
Octal13513136113007745311725
Binary101110110111011110110110000111111100101011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,11,94); }

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

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

 a { background-color: rgb(93,11,94); }

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

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

 span { border-color: rgb(93,11,94); }

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