#53265C

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

Shades of Hot Purple #53265C

Tints of Hot Purple #53265C

Color information

#53265C (or 0x53265C) is unknown color: approx Hot Purple. HEX triplet: 53, 26 and 5C. RGB value is (83,38,92). Sum of RGB (Red+Green+Blue) = 83+38+92=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #53265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53265C is #ACD9A3. Grayscale: #393939. Windows color (decimal): -11327908 or 6039123. OLE color: 6039123.

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

Color convert

RGB833892-
CMYK0.100.5900.64
HSL290º41.54%25.49%-
HSV(B)290º58.7%36.08%-
XYZ6.19410.57-
YUV57.61147.41146.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=38.97%
G=17.84%
B=43.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8338920.100.5900.6429041.5425.49
Hex53265CA3B0401222a19
Octal12346134127301004425231
Binary1010011100110101110010101110110100000010010001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53265C; }

 p { color: rgb(83,38,92); }

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

<style>
 a { background-color: #53265C; }

 a { background-color: rgb(83,38,92); }

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

<style>
 span { border-color: #53265C; }

 span { border-color: rgb(83,38,92); }

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