#5A15AC

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

Shades of Purple Heart #5A15AC

Tints of Purple Heart #5A15AC

Color information

#5A15AC (or 0x5A15AC) is unknown color: approx Purple Heart. HEX triplet: 5A, 15 and AC. RGB value is (90,21,172). Sum of RGB (Red+Green+Blue) = 90+21+172=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A15AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A15AC is #A5EA53. Grayscale: #3A3A3A. Windows color (decimal): -10873428 or 11277658. OLE color: 11277658.

HSL color Cylindrical-coordinate representation of color #5A15AC: hue angle of 267.42º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A15AC is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9021172-
CMYK0.480.8800.33
HSL267.42º78.24%37.84%-
HSV(B)267.42º87.79%67.45%-
XYZ11.935.6939.5-
YUV58.84191.86150.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 172 (67.58% from 255) = 60.78%
R=31.80%
G=7.42%
B=60.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90211720.480.8800.33267.4278.2437.84
Hex5A15AC305802110b4e26
Octal132252546013004141311646
Binary10110101010110101100110000101100001000011000010111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A15AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,21,172); }

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

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

 a { background-color: rgb(90,21,172); }

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

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

 span { border-color: rgb(90,21,172); }

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