Html Css Color HEX #5D0EA9 Purple Heart

📋 copy color: '#5D0EA9'

red 93 ◦ green 14 ◦ blue 169

#5D0EA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5D0EA9

Tints of Purple Heart #5D0EA9

RGB

 RED value IS 93 (36.72% from 255) = 33.7%

 GREEN value IS 14 (5.86% from 255) = 5.07%

 BLUE value IS 169 (66.41% from 255) = 61.23%

R = 33.7%
G = 5.07%
B = 61.23%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5D0EA9 (or 0x5D0EA9) is known color: Purple Heart. HEX triplet: 5D, 0E and A9. RGB value is (93,14,169). Sum of RGB (Red+Green+Blue) = 93+14+169=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 169 (66.41% from 255 or 61.23% from 276); Max value from RGB is 169 - color contains mainly: blue. Hex color #5D0EA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0EA9 is #A2F156. Grayscale: #363636. Windows color (decimal): -10678615 or 11079261. OLE color: 11079261.

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

Color convert

RGB 93 14 169 -
CMYK 0.45 0.92 0 0.34
HSL 270.58º 0.85% 0.36% -
HSV(B) 270.58º 0.92% 0.66% -
XYZ 11.83 5.51 37.98 -
YUV 55.29 192.17 154.9 -
System Red Green Blue C M Y K H S L
Decimal 93 14 169 0.45 0.92 0 0.34 270.58 0.85 0.36
Hex 5D E A9 2D 5C 0 22 10F 55 24
Octal 135 16 251 55 134 0 42 417 125 44
Binary 1011101 1110 10101001 101101 1011100 0 100010 100001111 1010101 100100

Color Harmonies of #5D0EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0EA9

Black with #5D0EA9

Text Example


Text Example

White with #5D0EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D0EA9;
 }
 .AnyTagClassName
 {
   color: #5D0EA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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