#5B0967

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

Shades of Palatinate Purple #5B0967

Tints of Palatinate Purple #5B0967

Color information

#5B0967 (or 0x5B0967) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 09 and 67. RGB value is (91,9,103). Sum of RGB (Red+Green+Blue) = 91+9+103=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B0967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0967 is #A4F698. Grayscale: #2B2B2B. Windows color (decimal): -10811033 or 6752603. OLE color: 6752603.

HSL color Cylindrical-coordinate representation of color #5B0967: hue angle of 292.34º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B0967 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB919103-
CMYK0.120.9100.60
HSL292.34º83.93%21.96%-
HSV(B)292.34º91.26%40.39%-
XYZ6.863.413.13-
YUV44.23161.17161.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.83%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 103 (40.62% from 255) = 50.74%
R=44.83%
G=4.43%
B=50.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9191030.120.9100.60292.3483.9321.96
Hex5B967C5B03C1245416
Octal133111471413307444412426
Binary101101110011100111110010110110111100100100100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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