Html Css Color HEX #5E31DC Purple Heart

📋 copy color: '#5E31DC'

red 94 ◦ green 49 ◦ blue 220

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

Shades of Purple Heart #5E31DC

Tints of Purple Heart #5E31DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.5%

 BLUE value IS 220 (86.33% from 255) = 60.61%

R = 25.9%
G = 13.5%
B = 60.61%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E31DC (or 0x5E31DC) is known color: Purple Heart. HEX triplet: 5E, 31 and DC. RGB value is (94,49,220). Sum of RGB (Red+Green+Blue) = 94+49+220=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E31DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E31DC is #A1CE23. Grayscale: #515151. Windows color (decimal): -10604068 or 14430558. OLE color: 14430558.

HSL color Cylindrical-coordinate representation of color #5E31DC: hue angle of 255.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E31DC is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 49 220 -
CMYK 0.57 0.78 0 0.14
HSL 255.79º 0.71% 0.53% -
HSV(B) 255.79º 0.78% 0.86% -
XYZ 18.63 9.74 68.61 -
YUV 81.95 205.91 136.6 -
System Red Green Blue C M Y K H S L
Decimal 94 49 220 0.57 0.78 0 0.14 255.79 0.71 0.53
Hex 5E 31 DC 39 4E 0 E 100 47 35
Octal 136 61 334 71 116 0 16 400 107 65
Binary 1011110 110001 11011100 111001 1001110 0 1110 100000000 1000111 110101

Color Harmonies of #5E31DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E31DC

Black with #5E31DC

Text Example


Text Example

White with #5E31DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,49,220); }

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

background-color css

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

 a { background-color: rgb(94,49,220); }

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

border-color css

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

 span { border-color: rgb(94,49,220); }

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