#5B0D52

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

Shades of Palatinate Purple #5B0D52

Tints of Palatinate Purple #5B0D52

Color information

#5B0D52 (or 0x5B0D52) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 0D and 52. RGB value is (91,13,82). Sum of RGB (Red+Green+Blue) = 91+13+82=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0D52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0D52 is #A4F2AD. Grayscale: #2B2B2B. Windows color (decimal): -10810030 or 5377371. OLE color: 5377371.

HSL color Cylindrical-coordinate representation of color #5B0D52: hue angle of 306.92º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B0D52 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB911382-
CMYK00.860.100.64
HSL306.92º75%20.39%-
HSV(B)306.92º85.71%35.69%-
XYZ5.983.128.27-
YUV44.19149.34161.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.92%
GREEN value IS 13 (5.47% from 255) = 6.99%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=48.92%
G=6.99%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91138200.860.100.64306.927520.39
Hex5BD52056A401334b14
Octal1331512201261210046311324
Binary1011011110110100100101011010101000000100110011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,13,82); }

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

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

 a { background-color: rgb(91,13,82); }

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

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

 span { border-color: rgb(91,13,82); }

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