#53345A

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

Shades of Hot Purple #53345A

Tints of Hot Purple #53345A

Color information

#53345A (or 0x53345A) is unknown color: approx Hot Purple. HEX triplet: 53, 34 and 5A. RGB value is (83,52,90). Sum of RGB (Red+Green+Blue) = 83+52+90=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #53345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53345A is #ACCBA5. Grayscale: #414141. Windows color (decimal): -11324326 or 5911635. OLE color: 5911635.

HSL color Cylindrical-coordinate representation of color #53345A: hue angle of 288.95º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53345A is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB835290-
CMYK0.080.4200.65
HSL288.95º26.76%27.84%-
HSV(B)288.95º42.22%35.29%-
XYZ6.645.0310.29-
YUV65.6141.77140.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 90 (35.55% from 255) = 40%
R=36.89%
G=23.11%
B=40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8352900.080.4200.65288.9526.7627.84
Hex53345A82A0411211b1c
Octal12364132105201014413334
Binary101001111010010110101000101010010000011001000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53345A; }

 p { color: rgb(83,52,90); }

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

<style>
 a { background-color: #53345A; }

 a { background-color: rgb(83,52,90); }

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

<style>
 span { border-color: #53345A; }

 span { border-color: rgb(83,52,90); }

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