#5A31C3

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

Shades of Purple Heart #5A31C3

Tints of Purple Heart #5A31C3

Color information

#5A31C3 (or 0x5A31C3) is unknown color: approx Purple Heart. HEX triplet: 5A, 31 and C3. RGB value is (90,49,195). Sum of RGB (Red+Green+Blue) = 90+49+195=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 195 (76.56% from 255 or 58.38% from 334); Max value from RGB is 195 - color contains mainly: blue. Hex color #5A31C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A31C3 is #A5CE3C. Grayscale: #4D4D4D. Windows color (decimal): -10866237 or 12792154. OLE color: 12792154.

HSL color Cylindrical-coordinate representation of color #5A31C3: hue angle of 256.85º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A31C3 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9049195-
CMYK0.540.7500.24
HSL256.85º59.84%47.84%-
HSV(B)256.85º74.87%76.47%-
XYZ15.178.3152.43-
YUV77.9194.08136.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.95%
GREEN value IS 49 (19.53% from 255) = 14.67%
BLUE value IS 195 (76.56% from 255) = 58.38%
R=26.95%
G=14.67%
B=58.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90491950.540.7500.24256.8559.8447.84
Hex5A31C3364B0181013c30
Octal13261303661130304017460
Binary1011010110001110000111101101001011011000100000001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A31C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,49,195); }

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

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

 a { background-color: rgb(90,49,195); }

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

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

 span { border-color: rgb(90,49,195); }

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