#5D1AA3

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

Shades of Purple Heart #5D1AA3

Tints of Purple Heart #5D1AA3

Color information

#5D1AA3 (or 0x5D1AA3) is unknown color: approx Purple Heart. HEX triplet: 5D, 1A and A3. RGB value is (93,26,163). Sum of RGB (Red+Green+Blue) = 93+26+163=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 163 (64.06% from 255 or 57.80% from 282); Max value from RGB is 163 - color contains mainly: blue. Hex color #5D1AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1AA3 is #A2E55C. Grayscale: #3D3D3D. Windows color (decimal): -10675549 or 10689117. OLE color: 10689117.

HSL color Cylindrical-coordinate representation of color #5D1AA3: hue angle of 269.34º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D1AA3 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9326163-
CMYK0.430.8400.36
HSL269.34º72.49%37.06%-
HSV(B)269.34º84.05%63.92%-
XYZ11.495.7135.15-
YUV61.65185.2150.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.98%
GREEN value IS 26 (10.55% from 255) = 9.22%
BLUE value IS 163 (64.06% from 255) = 57.80%
R=32.98%
G=9.22%
B=57.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93261630.430.8400.36269.3472.4937.06
Hex5D1AA32B5402410d4825
Octal135322435312404441511045
Binary10111011101010100011101011101010001001001000011011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,26,163); }

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

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

 a { background-color: rgb(93,26,163); }

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

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

 span { border-color: rgb(93,26,163); }

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