Html Css Color HEX #5E13D5 Purple Heart

📋 copy color: '#5E13D5'

red 94 ◦ green 19 ◦ blue 213

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

Shades of Purple Heart #5E13D5

Tints of Purple Heart #5E13D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 65.34%

R = 28.83%
G = 5.83%
B = 65.34%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5E13D5 (or 0x5E13D5) is known color: Purple Heart. HEX triplet: 5E, 13 and D5. RGB value is (94,19,213). Sum of RGB (Red+Green+Blue) = 94+19+213=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 213 (83.59% from 255 or 65.34% from 326); Max value from RGB is 213 - color contains mainly: blue. Hex color #5E13D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E13D5 is #A1EC2A. Grayscale: #3E3E3E. Windows color (decimal): -10611755 or 13964126. OLE color: 13964126.

HSL color Cylindrical-coordinate representation of color #5E13D5: hue angle of 263.2º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E13D5 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 19 213 -
CMYK 0.56 0.91 0 0.16
HSL 263.2º 0.84% 0.45% -
HSV(B) 263.2º 0.91% 0.84% -
XYZ 16.86 7.65 63.54 -
YUV 63.54 212.35 149.73 -
System Red Green Blue C M Y K H S L
Decimal 94 19 213 0.56 0.91 0 0.16 263.2 0.84 0.45
Hex 5E 13 D5 38 5B 0 10 107 54 2D
Octal 136 23 325 70 133 0 20 407 124 55
Binary 1011110 10011 11010101 111000 1011011 0 10000 100000111 1010100 101101

Color Harmonies of #5E13D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E13D5

Black with #5E13D5

Text Example


Text Example

White with #5E13D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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