#58105B

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

Shades of Palatinate Purple #58105B

Tints of Palatinate Purple #58105B

Color information

#58105B (or 0x58105B) is unknown color: approx Palatinate Purple. HEX triplet: 58, 10 and 5B. RGB value is (88,16,91). Sum of RGB (Red+Green+Blue) = 88+16+91=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #58105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58105B is #A7EFA4. Grayscale: #2D2D2D. Windows color (decimal): -11005861 or 5967960. OLE color: 5967960.

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

Color convert

RGB881691-
CMYK0.030.8200.64
HSL297.6º70.09%20.98%-
HSV(B)297.6º82.42%35.69%-
XYZ6.13.210.19-
YUV46.08153.35157.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=45.13%
G=8.21%
B=46.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8816910.030.8200.64297.670.0920.98
Hex58105B35204012a4615
Octal130201333122010045210625
Binary101100010000101101111101001001000000100101010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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