#5D1FAA

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

Shades of Purple Heart #5D1FAA

Tints of Purple Heart #5D1FAA

Color information

#5D1FAA (or 0x5D1FAA) is unknown color: approx Purple Heart. HEX triplet: 5D, 1F and AA. RGB value is (93,31,170). Sum of RGB (Red+Green+Blue) = 93+31+170=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D1FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1FAA is #A2E055. Grayscale: #404040. Windows color (decimal): -10674262 or 11149149. OLE color: 11149149.

HSL color Cylindrical-coordinate representation of color #5D1FAA: hue angle of 266.76º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D1FAA is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9331170-
CMYK0.450.8200.33
HSL266.76º69.15%39.41%-
HSV(B)266.76º81.76%66.67%-
XYZ12.266.2138.58-
YUV65.38187.04147.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.63%
GREEN value IS 31 (12.5% from 255) = 10.54%
BLUE value IS 170 (66.80% from 255) = 57.82%
R=31.63%
G=10.54%
B=57.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93311700.450.8200.33266.7669.1539.41
Hex5D1FAA2D5202110b4527
Octal135372525512204141310547
Binary10111011111110101010101101101001001000011000010111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,31,170); }

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

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

 a { background-color: rgb(93,31,170); }

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

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

 span { border-color: rgb(93,31,170); }

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