#5A17A7

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

Shades of Purple Heart #5A17A7

Tints of Purple Heart #5A17A7

Color information

#5A17A7 (or 0x5A17A7) is unknown color: approx Purple Heart. HEX triplet: 5A, 17 and A7. RGB value is (90,23,167). Sum of RGB (Red+Green+Blue) = 90+23+167=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 167 (65.62% from 255 or 59.64% from 280); Max value from RGB is 167 - color contains mainly: blue. Hex color #5A17A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A17A7 is #A5E858. Grayscale: #3A3A3A. Windows color (decimal): -10872921 or 10950490. OLE color: 10950490.

HSL color Cylindrical-coordinate representation of color #5A17A7: hue angle of 267.92º 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 #5A17A7 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9023167-
CMYK0.460.8600.35
HSL267.92º75.79%37.25%-
HSV(B)267.92º86.23%65.49%-
XYZ11.55.5837.03-
YUV59.45188.7149.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.14%
GREEN value IS 23 (9.38% from 255) = 8.21%
BLUE value IS 167 (65.62% from 255) = 59.64%
R=32.14%
G=8.21%
B=59.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90231670.460.8600.35267.9275.7937.25
Hex5A17A72E5602310c4c25
Octal132272475612604341411445
Binary10110101011110100111101110101011001000111000011001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A17A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,23,167); }

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

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

 a { background-color: rgb(90,23,167); }

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

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

 span { border-color: rgb(90,23,167); }

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