#59255B

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

Shades of Hot Purple #59255B

Tints of Hot Purple #59255B

Color information

#59255B (or 0x59255B) is unknown color: approx Hot Purple. HEX triplet: 59, 25 and 5B. RGB value is (89,37,91). Sum of RGB (Red+Green+Blue) = 89+37+91=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #59255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59255B is #A6DAA4. Grayscale: #3A3A3A. Windows color (decimal): -10934949 or 5973337. OLE color: 5973337.

HSL color Cylindrical-coordinate representation of color #59255B: hue angle of 297.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59255B is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB893791-
CMYK0.020.5900.64
HSL297.78º42.19%25.1%-
HSV(B)297.78º59.34%35.69%-
XYZ6.674.210.36-
YUV58.7146.23149.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=41.01%
G=17.05%
B=41.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8937910.020.5900.64297.7842.1925.1
Hex59255B23B04012a2a19
Octal1314513327301004525231
Binary10110011001011011011101110110100000010010101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,37,91); }

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

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

 a { background-color: rgb(89,37,91); }

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

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

 span { border-color: rgb(89,37,91); }

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