Html Css Color HEX #5E1DBE Purple Heart

📋 copy color: '#5E1DBE'

red 94 ◦ green 29 ◦ blue 190

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

Shades of Purple Heart #5E1DBE

Tints of Purple Heart #5E1DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.27%

 BLUE value IS 190 (74.61% from 255) = 60.7%

R = 30.03%
G = 9.27%
B = 60.7%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E1DBE (or 0x5E1DBE) is known color: Purple Heart. HEX triplet: 5E, 1D and BE. RGB value is (94,29,190). Sum of RGB (Red+Green+Blue) = 94+29+190=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E1DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1DBE is #A1E241. Grayscale: #424242. Windows color (decimal): -10609218 or 12459358. OLE color: 12459358.

HSL color Cylindrical-coordinate representation of color #5E1DBE: hue angle of 264.22º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E1DBE is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 29 190 -
CMYK 0.51 0.85 0 0.25
HSL 264.22º 0.74% 0.43% -
HSV(B) 264.22º 0.85% 0.75% -
XYZ 14.35 6.98 49.31 -
YUV 66.79 197.53 147.41 -
System Red Green Blue C M Y K H S L
Decimal 94 29 190 0.51 0.85 0 0.25 264.22 0.74 0.43
Hex 5E 1D BE 33 55 0 19 108 4A 2B
Octal 136 35 276 63 125 0 31 410 112 53
Binary 1011110 11101 10111110 110011 1010101 0 11001 100001000 1001010 101011

Color Harmonies of #5E1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1DBE

Black with #5E1DBE

Text Example


Text Example

White with #5E1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,29,190); }

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

background-color css

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

 a { background-color: rgb(94,29,190); }

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

border-color css

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

 span { border-color: rgb(94,29,190); }

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