#58125B

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

Shades of Palatinate Purple #58125B

Tints of Palatinate Purple #58125B

Color information

#58125B (or 0x58125B) is unknown color: approx Palatinate Purple. HEX triplet: 58, 12 and 5B. RGB value is (88,18,91). Sum of RGB (Red+Green+Blue) = 88+18+91=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #58125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58125B is #A7EDA4. Grayscale: #2F2F2F. Windows color (decimal): -11005349 or 5968472. OLE color: 5968472.

HSL color Cylindrical-coordinate representation of color #58125B: hue angle of 297.53º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58125B is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB881891-
CMYK0.030.8000.64
HSL297.53º66.97%21.37%-
HSV(B)297.53º80.22%35.69%-
XYZ6.133.2610.2-
YUV47.25152.69157.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=44.67%
G=9.14%
B=46.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8818910.030.8000.64297.5366.9721.37
Hex58125B35004012a4315
Octal130221333120010045210325
Binary101100010010101101111101000001000000100101010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58125B; }

 p { color: rgb(88,18,91); }

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

<style>
 a { background-color: #58125B; }

 a { background-color: rgb(88,18,91); }

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

<style>
 span { border-color: #58125B; }

 span { border-color: rgb(88,18,91); }

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