Html Css Color HEX #5E3BDB Purple Heart

📋 copy color: '#5E3BDB'

red 94 ◦ green 59 ◦ blue 219

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

Shades of Purple Heart #5E3BDB

Tints of Purple Heart #5E3BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.86%

 BLUE value IS 219 (85.94% from 255) = 58.87%

R = 25.27%
G = 15.86%
B = 58.87%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E3BDB (or 0x5E3BDB) is known color: Purple Heart. HEX triplet: 5E, 3B and DB. RGB value is (94,59,219). Sum of RGB (Red+Green+Blue) = 94+59+219=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E3BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3BDB is #A1C424. Grayscale: #575757. Windows color (decimal): -10601509 or 14367582. OLE color: 14367582.

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

Color convert

RGB 94 59 219 -
CMYK 0.57 0.73 0 0.14
HSL 253.13º 0.69% 0.55% -
HSV(B) 253.13º 0.73% 0.86% -
XYZ 18.97 10.62 68.07 -
YUV 87.71 202.1 132.49 -
System Red Green Blue C M Y K H S L
Decimal 94 59 219 0.57 0.73 0 0.14 253.13 0.69 0.55
Hex 5E 3B DB 39 49 0 E FD 45 37
Octal 136 73 333 71 111 0 16 375 105 67
Binary 1011110 111011 11011011 111001 1001001 0 1110 11111101 1000101 110111

Color Harmonies of #5E3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3BDB

Black with #5E3BDB

Text Example


Text Example

White with #5E3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,59,219); }

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

background-color css

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

 a { background-color: rgb(94,59,219); }

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

border-color css

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

 span { border-color: rgb(94,59,219); }

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