#5B075E

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

Shades of Palatinate Purple #5B075E

Tints of Palatinate Purple #5B075E

Color information

#5B075E (or 0x5B075E) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 07 and 5E. RGB value is (91,7,94). Sum of RGB (Red+Green+Blue) = 91+7+94=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #5B075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B075E is #A4F8A1. Grayscale: #292929. Windows color (decimal): -10811554 or 6162267. OLE color: 6162267.

HSL color Cylindrical-coordinate representation of color #5B075E: hue angle of 297.93º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B075E is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB91794-
CMYK0.030.9300.63
HSL297.93º86.14%19.8%-
HSV(B)297.93º92.55%36.86%-
XYZ6.413.1810.87-
YUV42.03157.33162.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.40%
GREEN value IS 7 (3.12% from 255) = 3.65%
BLUE value IS 94 (37.11% from 255) = 48.96%
R=47.40%
G=3.65%
B=48.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal917940.030.9300.63297.9386.1419.8
Hex5B75E35D03F12a5614
Octal1337136313507745212624
Binary101101111110111101110111010111111100101010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,7,94); }

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

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

 a { background-color: rgb(91,7,94); }

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

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

 span { border-color: rgb(91,7,94); }

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