#5A3A5C

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

Shades of Hot Purple #5A3A5C

Tints of Hot Purple #5A3A5C

Color information

#5A3A5C (or 0x5A3A5C) is unknown color: approx Hot Purple. HEX triplet: 5A, 3A and 5C. RGB value is (90,58,92). Sum of RGB (Red+Green+Blue) = 90+58+92=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 92 - color contains mainly: blue. Hex color #5A3A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3A5C is #A5C5A3. Grayscale: #474747. Windows color (decimal): -10864036 or 6044250. OLE color: 6044250.

HSL color Cylindrical-coordinate representation of color #5A3A5C: hue angle of 296.47º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A3A5C is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB905892-
CMYK0.020.3700.64
HSL296.47º22.67%29.41%-
HSV(B)296.47º36.96%36.08%-
XYZ7.665.9710.87-
YUV71.44139.6141.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.5%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 92 (36.33% from 255) = 38.33%
R=37.5%
G=24.17%
B=38.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9058920.020.3700.64296.4722.6729.41
Hex5A3A5C225040128171d
Octal1327213424501004502735
Binary1011010111010101110010100101010000001001010001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,58,92); }

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

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

 a { background-color: rgb(90,58,92); }

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

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

 span { border-color: rgb(90,58,92); }

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