#53105A

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

Shades of Hot Purple #53105A

Tints of Hot Purple #53105A

Color information

#53105A (or 0x53105A) is unknown color: approx Hot Purple. HEX triplet: 53, 10 and 5A. RGB value is (83,16,90). Sum of RGB (Red+Green+Blue) = 83+16+90=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #53105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53105A is #ACEFA5. Grayscale: #2C2C2C. Windows color (decimal): -11333542 or 5902419. OLE color: 5902419.

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

Color convert

RGB831690-
CMYK0.080.8200.65
HSL294.32º69.81%20.78%-
HSV(B)294.32º82.22%35.29%-
XYZ5.62.959.95-
YUV44.47153.7155.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=43.92%
G=8.47%
B=47.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8316900.080.8200.65294.3269.8120.78
Hex53105A8520411264615
Octal1232013210122010144610625
Binary10100111000010110101000101001001000001100100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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