#5017A5

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

Shades of Purple Heart #5017A5

Tints of Purple Heart #5017A5

Color information

#5017A5 (or 0x5017A5) is unknown color: approx Purple Heart. HEX triplet: 50, 17 and A5. RGB value is (80,23,165). Sum of RGB (Red+Green+Blue) = 80+23+165=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 165 (64.84% from 255 or 61.57% from 268); Max value from RGB is 165 - color contains mainly: blue. Hex color #5017A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5017A5 is #AFE85A. Grayscale: #373737. Windows color (decimal): -11528283 or 10819408. OLE color: 10819408.

HSL color Cylindrical-coordinate representation of color #5017A5: hue angle of 264.08º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5017A5 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8023165-
CMYK0.520.8600.35
HSL264.08º75.53%36.86%-
HSV(B)264.08º86.06%64.71%-
XYZ10.415.0336.02-
YUV56.23189.38144.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 23 (9.38% from 255) = 8.58%
BLUE value IS 165 (64.84% from 255) = 61.57%
R=29.85%
G=8.58%
B=61.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80231650.520.8600.35264.0875.5336.86
Hex5017A534560231084c25
Octal120272456412604341011445
Binary10100001011110100101110100101011001000111000010001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5017A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5017A5; }

 p { color: rgb(80,23,165); }

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

<style>
 a { background-color: #5017A5; }

 a { background-color: rgb(80,23,165); }

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

<style>
 span { border-color: #5017A5; }

 span { border-color: rgb(80,23,165); }

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