#53255B

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

Shades of Hot Purple #53255B

Tints of Hot Purple #53255B

Color information

#53255B (or 0x53255B) is unknown color: approx Hot Purple. HEX triplet: 53, 25 and 5B. RGB value is (83,37,91). Sum of RGB (Red+Green+Blue) = 83+37+91=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #53255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53255B is #ACDAA4. Grayscale: #383838. Windows color (decimal): -11328165 or 5973331. OLE color: 5973331.

HSL color Cylindrical-coordinate representation of color #53255B: hue angle of 291.11º 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 #53255B is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB833791-
CMYK0.090.5900.64
HSL291.11º42.19%25.1%-
HSV(B)291.11º59.34%35.69%-
XYZ6.123.9210.33-
YUV56.91147.24146.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=39.34%
G=17.54%
B=43.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8337910.090.5900.64291.1142.1925.1
Hex53255B93B0401232a19
Octal12345133117301004435231
Binary1010011100101101101110011110110100000010010001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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