Html Css Color HEX #5D0EAE Purple Heart

📋 copy color: '#5D0EAE'

red 93 ◦ green 14 ◦ blue 174

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

Shades of Purple Heart #5D0EAE

Tints of Purple Heart #5D0EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.92%

R = 33.1%
G = 4.98%
B = 61.92%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D0EAE (or 0x5D0EAE) is known color: Purple Heart. HEX triplet: 5D, 0E and AE. RGB value is (93,14,174). Sum of RGB (Red+Green+Blue) = 93+14+174=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D0EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0EAE is #A2F151. Grayscale: #373737. Windows color (decimal): -10678610 or 11406941. OLE color: 11406941.

HSL color Cylindrical-coordinate representation of color #5D0EAE: hue angle of 269.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D0EAE is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 14 174 -
CMYK 0.47 0.92 0 0.32
HSL 269.63º 0.85% 0.37% -
HSV(B) 269.63º 0.92% 0.68% -
XYZ 12.31 5.7 40.5 -
YUV 55.86 194.67 154.49 -
System Red Green Blue C M Y K H S L
Decimal 93 14 174 0.47 0.92 0 0.32 269.63 0.85 0.37
Hex 5D E AE 2F 5C 0 20 10E 55 25
Octal 135 16 256 57 134 0 40 416 125 45
Binary 1011101 1110 10101110 101111 1011100 0 100000 100001110 1010101 100101

Color Harmonies of #5D0EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0EAE

Black with #5D0EAE

Text Example


Text Example

White with #5D0EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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