Html Css Color HEX #5E19DA Purple Heart

📋 copy color: '#5E19DA'

red 94 ◦ green 25 ◦ blue 218

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

Shades of Purple Heart #5E19DA

Tints of Purple Heart #5E19DA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.42%

 BLUE value IS 218 (85.55% from 255) = 64.69%

R = 27.89%
G = 7.42%
B = 64.69%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5E19DA (or 0x5E19DA) is known color: Purple Heart. HEX triplet: 5E, 19 and DA. RGB value is (94,25,218). Sum of RGB (Red+Green+Blue) = 94+25+218=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E19DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E19DA is #A1E625. Grayscale: #424242. Windows color (decimal): -10610214 or 14293342. OLE color: 14293342.

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

Color convert

RGB 94 25 218 -
CMYK 0.57 0.89 0 0.15
HSL 261.45º 0.79% 0.48% -
HSV(B) 261.45º 0.89% 0.85% -
XYZ 17.62 8.14 66.97 -
YUV 67.63 212.86 146.81 -
System Red Green Blue C M Y K H S L
Decimal 94 25 218 0.57 0.89 0 0.15 261.45 0.79 0.48
Hex 5E 19 DA 39 59 0 F 105 4F 30
Octal 136 31 332 71 131 0 17 405 117 60
Binary 1011110 11001 11011010 111001 1011001 0 1111 100000101 1001111 110000

Color Harmonies of #5E19DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E19DA

Black with #5E19DA

Text Example


Text Example

White with #5E19DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,25,218); }

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

background-color css

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

 a { background-color: rgb(94,25,218); }

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

border-color css

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

 span { border-color: rgb(94,25,218); }

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