#5D1867

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

Shades of Palatinate Purple #5D1867

Tints of Palatinate Purple #5D1867

Color information

#5D1867 (or 0x5D1867) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 18 and 67. RGB value is (93,24,103). Sum of RGB (Red+Green+Blue) = 93+24+103=220 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.27% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D1867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1867 is #A2E798. Grayscale: #353535. Windows color (decimal): -10676121 or 6756445. OLE color: 6756445.

HSL color Cylindrical-coordinate representation of color #5D1867: hue angle of 292.41º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D1867 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9324103-
CMYK0.100.7700.60
HSL292.41º62.2%24.9%-
HSV(B)292.41º76.7%40.39%-
XYZ7.293.9613.21-
YUV53.64155.86156.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.27%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 103 (40.62% from 255) = 46.82%
R=42.27%
G=10.91%
B=46.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal93241030.100.7700.60292.4162.224.9
Hex5D1867A4D03C1243e19
Octal13530147121150744447631
Binary101110111000110011110101001101011110010010010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,24,103); }

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

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

 a { background-color: rgb(93,24,103); }

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

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

 span { border-color: rgb(93,24,103); }

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