#5D0B69

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

Shades of Palatinate Purple #5D0B69

Tints of Palatinate Purple #5D0B69

Color information

#5D0B69 (or 0x5D0B69) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 0B and 69. RGB value is (93,11,105). Sum of RGB (Red+Green+Blue) = 93+11+105=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #5D0B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0B69 is #A2F496. Grayscale: #2D2D2D. Windows color (decimal): -10679447 or 6884189. OLE color: 6884189.

HSL color Cylindrical-coordinate representation of color #5D0B69: hue angle of 292.34º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D0B69 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9311105-
CMYK0.110.9000.59
HSL292.34º81.03%22.75%-
HSV(B)292.34º89.52%41.18%-
XYZ7.183.5913.68-
YUV46.23161.17161.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.50%
GREEN value IS 11 (4.69% from 255) = 5.26%
BLUE value IS 105 (41.41% from 255) = 50.24%
R=44.50%
G=5.26%
B=50.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal93111050.110.9000.59292.3481.0322.75
Hex5DB69B5A03B1245117
Octal135131511313207344412127
Binary101110110111101001101110110100111011100100100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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