Html Css Color HEX #5E0DAB Purple Heart

📋 copy color: '#5E0DAB'

red 94 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #5E0DAB

Tints of Purple Heart #5E0DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.51%

R = 33.81%
G = 4.68%
B = 61.51%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E0DAB (or 0x5E0DAB) is known color: Purple Heart. HEX triplet: 5E, 0D and AB. RGB value is (94,13,171). Sum of RGB (Red+Green+Blue) = 94+13+171=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E0DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0DAB is #A1F254. Grayscale: #363636. Windows color (decimal): -10613333 or 11210078. OLE color: 11210078.

HSL color Cylindrical-coordinate representation of color #5E0DAB: hue angle of 270.76º degrees, saturation: 0.86, 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 #5E0DAB is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 13 171 -
CMYK 0.45 0.92 0 0.33
HSL 270.76º 0.86% 0.36% -
HSV(B) 270.76º 0.92% 0.67% -
XYZ 12.11 5.61 38.97 -
YUV 55.23 193.34 155.65 -
System Red Green Blue C M Y K H S L
Decimal 94 13 171 0.45 0.92 0 0.33 270.76 0.86 0.36
Hex 5E D AB 2D 5C 0 21 10F 56 24
Octal 136 15 253 55 134 0 41 417 126 44
Binary 1011110 1101 10101011 101101 1011100 0 100001 100001111 1010110 100100

Color Harmonies of #5E0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0DAB

Black with #5E0DAB

Text Example


Text Example

White with #5E0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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