Html Css Color HEX #5E1DA4 Purple Heart

📋 copy color: '#5E1DA4'

red 94 ◦ green 29 ◦ blue 164

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

Shades of Purple Heart #5E1DA4

Tints of Purple Heart #5E1DA4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

 BLUE value IS 164 (64.45% from 255) = 57.14%

R = 32.75%
G = 10.1%
B = 57.14%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5E1DA4 (or 0x5E1DA4) is known color: Purple Heart. HEX triplet: 5E, 1D and A4. RGB value is (94,29,164). Sum of RGB (Red+Green+Blue) = 94+29+164=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 164 (64.45% from 255 or 57.14% from 287); Max value from RGB is 164 - color contains mainly: blue. Hex color #5E1DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1DA4 is #A1E25B. Grayscale: #3F3F3F. Windows color (decimal): -10609244 or 10755422. OLE color: 10755422.

HSL color Cylindrical-coordinate representation of color #5E1DA4: hue angle of 268.89º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1DA4 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 94 29 164 -
CMYK 0.43 0.82 0 0.36
HSL 268.89º 0.7% 0.38% -
HSV(B) 268.89º 0.82% 0.64% -
XYZ 11.76 5.94 35.65 -
YUV 63.83 184.53 149.52 -
System Red Green Blue C M Y K H S L
Decimal 94 29 164 0.43 0.82 0 0.36 268.89 0.7 0.38
Hex 5E 1D A4 2B 52 0 24 10D 46 26
Octal 136 35 244 53 122 0 44 415 106 46
Binary 1011110 11101 10100100 101011 1010010 0 100100 100001101 1000110 100110

Color Harmonies of #5E1DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1DA4

Black with #5E1DA4

Text Example


Text Example

White with #5E1DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,29,164); }

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

background-color css

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

 a { background-color: rgb(94,29,164); }

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

border-color css

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

 span { border-color: rgb(94,29,164); }

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