Html Css Color HEX #5E17C1 Purple Heart

📋 copy color: '#5E17C1'

red 94 ◦ green 23 ◦ blue 193

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

Shades of Purple Heart #5E17C1

Tints of Purple Heart #5E17C1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

 BLUE value IS 193 (75.78% from 255) = 62.26%

R = 30.32%
G = 7.42%
B = 62.26%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5E17C1 (or 0x5E17C1) is known color: Purple Heart. HEX triplet: 5E, 17 and C1. RGB value is (94,23,193). Sum of RGB (Red+Green+Blue) = 94+23+193=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 193 (75.78% from 255 or 62.26% from 310); Max value from RGB is 193 - color contains mainly: blue. Hex color #5E17C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E17C1 is #A1E83E. Grayscale: #3F3F3F. Windows color (decimal): -10610751 or 12654430. OLE color: 12654430.

HSL color Cylindrical-coordinate representation of color #5E17C1: hue angle of 265.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E17C1 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 94 23 193 -
CMYK 0.51 0.88 0 0.24
HSL 265.06º 0.79% 0.42% -
HSV(B) 265.06º 0.88% 0.76% -
XYZ 14.55 6.84 51.01 -
YUV 63.61 201.02 149.68 -
System Red Green Blue C M Y K H S L
Decimal 94 23 193 0.51 0.88 0 0.24 265.06 0.79 0.42
Hex 5E 17 C1 33 58 0 18 109 4F 2A
Octal 136 27 301 63 130 0 30 411 117 52
Binary 1011110 10111 11000001 110011 1011000 0 11000 100001001 1001111 101010

Color Harmonies of #5E17C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E17C1

Black with #5E17C1

Text Example


Text Example

White with #5E17C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,23,193); }

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

background-color css

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

 a { background-color: rgb(94,23,193); }

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

border-color css

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

 span { border-color: rgb(94,23,193); }

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