#5D095B

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

Shades of Palatinate Purple #5D095B

Tints of Palatinate Purple #5D095B

Color information

#5D095B (or 0x5D095B) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 09 and 5B. RGB value is (93,9,91). Sum of RGB (Red+Green+Blue) = 93+9+91=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 93 - color contains mainly: red. Hex color #5D095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D095B is #A2F6A4. Grayscale: #2B2B2B. Windows color (decimal): -10679973 or 5966173. OLE color: 5966173.

HSL color Cylindrical-coordinate representation of color #5D095B: hue angle of 301.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D095B is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB93991-
CMYK00.900.020.64
HSL301.43º82.35%20%-
HSV(B)301.43º90.32%36.47%-
XYZ6.53.2810.19-
YUV43.46154.83163.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.19%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=48.19%
G=4.66%
B=47.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9399100.900.020.64301.4382.3520
Hex5D95B05A24012d5214
Octal135111330132210045512224
Binary10111011001101101101011010101000000100101101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,9,91); }

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

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

 a { background-color: rgb(93,9,91); }

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

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

 span { border-color: rgb(93,9,91); }

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