Html Css Color HEX #5E0DAE Purple Heart

📋 copy color: '#5E0DAE'

red 94 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #5E0DAE

Tints of Purple Heart #5E0DAE

RGB

 RED value IS 94 (37.11% from 255) = 33.45%

 GREEN value IS 13 (5.47% from 255) = 4.63%

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

R = 33.45%
G = 4.63%
B = 61.92%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E0DAE (or 0x5E0DAE) is known color: Purple Heart. HEX triplet: 5E, 0D and AE. RGB value is (94,13,174). Sum of RGB (Red+Green+Blue) = 94+13+174=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 13 (5.47% from 255 or 4.63% 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 #5E0DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0DAE is #A1F251. Grayscale: #373737. Windows color (decimal): -10613330 or 11406686. OLE color: 11406686.

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

Color convert

RGB 94 13 174 -
CMYK 0.46 0.93 0 0.32
HSL 270.19º 0.86% 0.37% -
HSV(B) 270.19º 0.93% 0.68% -
XYZ 12.4 5.72 40.5 -
YUV 55.57 194.84 155.41 -
System Red Green Blue C M Y K H S L
Decimal 94 13 174 0.46 0.93 0 0.32 270.19 0.86 0.37
Hex 5E D AE 2E 5D 0 20 10E 56 25
Octal 136 15 256 56 135 0 40 416 126 45
Binary 1011110 1101 10101110 101110 1011101 0 100000 100001110 1010110 100101

Color Harmonies of #5E0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0DAE

Black with #5E0DAE

Text Example


Text Example

White with #5E0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,13,174); }

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

background-color css

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

 a { background-color: rgb(94,13,174); }

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

border-color css

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

 span { border-color: rgb(94,13,174); }

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