#5B025F

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

Shades of Palatinate Purple #5B025F

Tints of Palatinate Purple #5B025F

Color information

#5B025F (or 0x5B025F) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 02 and 5F. RGB value is (91,2,95). Sum of RGB (Red+Green+Blue) = 91+2+95=188 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.40% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B025F is #A4FDA0. Grayscale: #262626. Windows color (decimal): -10812833 or 6226523. OLE color: 6226523.

HSL color Cylindrical-coordinate representation of color #5B025F: hue angle of 297.42º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B025F is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB91295-
CMYK0.040.9800.63
HSL297.42º95.88%19.02%-
HSV(B)297.42º97.89%37.25%-
XYZ6.43.0911.09-
YUV39.21159.49164.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.40%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 95 (37.5% from 255) = 50.53%
R=48.40%
G=1.06%
B=50.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal912950.040.9800.63297.4295.8819.02
Hex5B25F46203F1296013
Octal1332137414207745114023
Binary101101110101111110011000100111111100101001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,2,95); }

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

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

 a { background-color: rgb(91,2,95); }

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

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

 span { border-color: rgb(91,2,95); }

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