#5D0EAA

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

Shades of Purple Heart #5D0EAA

Tints of Purple Heart #5D0EAA

Color information

#5D0EAA (or 0x5D0EAA) is unknown color: approx Purple Heart. HEX triplet: 5D, 0E and AA. RGB value is (93,14,170). Sum of RGB (Red+Green+Blue) = 93+14+170=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D0EAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0EAA is #A2F155. Grayscale: #363636. Windows color (decimal): -10678614 or 11144797. OLE color: 11144797.

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

Color convert

RGB9314170-
CMYK0.450.9200.33
HSL270.38º84.78%36.08%-
HSV(B)270.38º91.76%66.67%-
XYZ11.935.5438.47-
YUV55.4192.67154.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.57%
GREEN value IS 14 (5.86% from 255) = 5.05%
BLUE value IS 170 (66.80% from 255) = 61.37%
R=33.57%
G=5.05%
B=61.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93141700.450.9200.33270.3884.7836.08
Hex5DEAA2D5C02110e5524
Octal135162525513404141612544
Binary1011101111010101010101101101110001000011000011101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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