Html Css Color HEX #5E13D9 Purple Heart

📋 copy color: '#5E13D9'

red 94 ◦ green 19 ◦ blue 217

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

Shades of Purple Heart #5E13D9

Tints of Purple Heart #5E13D9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.76%

 BLUE value IS 217 (85.16% from 255) = 65.76%

R = 28.48%
G = 5.76%
B = 65.76%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5E13D9 (or 0x5E13D9) is known color: Purple Heart. HEX triplet: 5E, 13 and D9. RGB value is (94,19,217). Sum of RGB (Red+Green+Blue) = 94+19+217=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 217 (85.16% from 255 or 65.76% from 330); Max value from RGB is 217 - color contains mainly: blue. Hex color #5E13D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E13D9 is #A1EC26. Grayscale: #3F3F3F. Windows color (decimal): -10611751 or 14226270. OLE color: 14226270.

HSL color Cylindrical-coordinate representation of color #5E13D9: hue angle of 262.73º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E13D9 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 94 19 217 -
CMYK 0.57 0.91 0 0.15
HSL 262.73º 0.84% 0.46% -
HSV(B) 262.73º 0.91% 0.85% -
XYZ 17.37 7.86 66.25 -
YUV 64 214.35 149.4 -
System Red Green Blue C M Y K H S L
Decimal 94 19 217 0.57 0.91 0 0.15 262.73 0.84 0.46
Hex 5E 13 D9 39 5B 0 F 107 54 2E
Octal 136 23 331 71 133 0 17 407 124 56
Binary 1011110 10011 11011001 111001 1011011 0 1111 100000111 1010100 101110

Color Harmonies of #5E13D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E13D9

Black with #5E13D9

Text Example


Text Example

White with #5E13D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,19,217); }

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

background-color css

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

 a { background-color: rgb(94,19,217); }

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

border-color css

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

 span { border-color: rgb(94,19,217); }

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