Html Css Color HEX #5E1DBD Purple Heart

📋 copy color: '#5E1DBD'

red 94 ◦ green 29 ◦ blue 189

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

Shades of Purple Heart #5E1DBD

Tints of Purple Heart #5E1DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.58%

R = 30.13%
G = 9.29%
B = 60.58%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E1DBD (or 0x5E1DBD) is known color: Purple Heart. HEX triplet: 5E, 1D and BD. RGB value is (94,29,189). Sum of RGB (Red+Green+Blue) = 94+29+189=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E1DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1DBD is #A1E242. Grayscale: #424242. Windows color (decimal): -10609219 or 12393822. OLE color: 12393822.

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

Color convert

RGB 94 29 189 -
CMYK 0.50 0.85 0 0.26
HSL 264.38º 0.73% 0.43% -
HSV(B) 264.38º 0.85% 0.74% -
XYZ 14.24 6.93 48.73 -
YUV 66.68 197.03 147.49 -
System Red Green Blue C M Y K H S L
Decimal 94 29 189 0.50 0.85 0 0.26 264.38 0.73 0.43
Hex 5E 1D BD 32 55 0 1A 108 49 2B
Octal 136 35 275 62 125 0 32 410 111 53
Binary 1011110 11101 10111101 110010 1010101 0 11010 100001000 1001001 101011

Color Harmonies of #5E1DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1DBD

Black with #5E1DBD

Text Example


Text Example

White with #5E1DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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