Html Css Color HEX #5E19CD Purple Heart

📋 copy color: '#5E19CD'

red 94 ◦ green 25 ◦ blue 205

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

Shades of Purple Heart #5E19CD

Tints of Purple Heart #5E19CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.27%

R = 29.01%
G = 7.72%
B = 63.27%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E19CD (or 0x5E19CD) is known color: Purple Heart. HEX triplet: 5E, 19 and CD. RGB value is (94,25,205). Sum of RGB (Red+Green+Blue) = 94+25+205=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E19CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E19CD is #A1E632. Grayscale: #414141. Windows color (decimal): -10610227 or 13441374. OLE color: 13441374.

HSL color Cylindrical-coordinate representation of color #5E19CD: hue angle of 263º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E19CD is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 25 205 -
CMYK 0.54 0.88 0 0.20
HSL 263º 0.78% 0.45% -
HSV(B) 263º 0.88% 0.8% -
XYZ 15.98 7.48 58.36 -
YUV 66.15 206.36 147.86 -
System Red Green Blue C M Y K H S L
Decimal 94 25 205 0.54 0.88 0 0.20 263 0.78 0.45
Hex 5E 19 CD 36 58 0 14 107 4E 2D
Octal 136 31 315 66 130 0 24 407 116 55
Binary 1011110 11001 11001101 110110 1011000 0 10100 100000111 1001110 101101

Color Harmonies of #5E19CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E19CD

Black with #5E19CD

Text Example


Text Example

White with #5E19CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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