#5A245D

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

Shades of Hot Purple #5A245D

Tints of Hot Purple #5A245D

Color information

#5A245D (or 0x5A245D) is unknown color: approx Hot Purple. HEX triplet: 5A, 24 and 5D. RGB value is (90,36,93). Sum of RGB (Red+Green+Blue) = 90+36+93=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A245D is #A5DBA2. Grayscale: #3A3A3A. Windows color (decimal): -10869667 or 6104154. OLE color: 6104154.

HSL color Cylindrical-coordinate representation of color #5A245D: hue angle of 296.84º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A245D is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB903693-
CMYK0.030.6100.64
HSL296.84º44.19%25.29%-
HSV(B)296.84º61.29%36.47%-
XYZ6.824.2310.81-
YUV58.64147.39150.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.10%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=41.10%
G=16.44%
B=42.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9036930.030.6100.64296.8444.1925.29
Hex5A245D33D0401292c19
Octal1324413537501004515431
Binary10110101001001011101111111010100000010010100110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A245D; }

 p { color: rgb(90,36,93); }

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

<style>
 a { background-color: #5A245D; }

 a { background-color: rgb(90,36,93); }

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

<style>
 span { border-color: #5A245D; }

 span { border-color: rgb(90,36,93); }

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