#5D0FAA

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

Shades of Purple Heart #5D0FAA

Tints of Purple Heart #5D0FAA

Color information

#5D0FAA (or 0x5D0FAA) is unknown color: approx Purple Heart. HEX triplet: 5D, 0F and AA. RGB value is (93,15,170). Sum of RGB (Red+Green+Blue) = 93+15+170=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D0FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0FAA is #A2F055. Grayscale: #373737. Windows color (decimal): -10678358 or 11145053. OLE color: 11145053.

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

Color convert

RGB9315170-
CMYK0.450.9100.33
HSL270.19º83.78%36.27%-
HSV(B)270.19º91.18%66.67%-
XYZ11.945.5738.48-
YUV55.99192.34154.4-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.45%
GREEN value IS 15 (6.25% from 255) = 5.40%
BLUE value IS 170 (66.80% from 255) = 61.15%
R=33.45%
G=5.40%
B=61.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93151700.450.9100.33270.1983.7836.27
Hex5DFAA2D5B02110e5424
Octal135172525513304141612444
Binary1011101111110101010101101101101101000011000011101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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