#5A14B7

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

Shades of Purple Heart #5A14B7

Tints of Purple Heart #5A14B7

Color information

#5A14B7 (or 0x5A14B7) is unknown color: approx Purple Heart. HEX triplet: 5A, 14 and B7. RGB value is (90,20,183). Sum of RGB (Red+Green+Blue) = 90+20+183=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 183 (71.88% from 255 or 62.46% from 293); Max value from RGB is 183 - color contains mainly: blue. Hex color #5A14B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A14B7 is #A5EB48. Grayscale: #3A3A3A. Windows color (decimal): -10873673 or 11998298. OLE color: 11998298.

HSL color Cylindrical-coordinate representation of color #5A14B7: hue angle of 265.77º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A14B7 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9020183-
CMYK0.510.8900.28
HSL265.77º80.3%39.8%-
HSV(B)265.77º89.07%71.76%-
XYZ13.016.0945.29-
YUV59.51197.69149.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.72%
GREEN value IS 20 (8.20% from 255) = 6.83%
BLUE value IS 183 (71.88% from 255) = 62.46%
R=30.72%
G=6.83%
B=62.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal90201830.510.8900.28265.7780.339.8
Hex5A14B7335901C10a5028
Octal132242676313103441212050
Binary1011010101001011011111001110110010111001000010101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A14B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,20,183); }

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

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

 a { background-color: rgb(90,20,183); }

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

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

 span { border-color: rgb(90,20,183); }

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