Html Css Color HEX #5E1CBD Purple Heart

📋 copy color: '#5E1CBD'

red 94 ◦ green 28 ◦ blue 189

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

Shades of Purple Heart #5E1CBD

Tints of Purple Heart #5E1CBD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9%

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

R = 30.23%
G = 9%
B = 60.77%

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

#5E1CBD (or 0x5E1CBD) is known color: Purple Heart. HEX triplet: 5E, 1C and BD. RGB value is (94,28,189). Sum of RGB (Red+Green+Blue) = 94+28+189=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E1CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1CBD is #A1E342. Grayscale: #414141. Windows color (decimal): -10609475 or 12393566. OLE color: 12393566.

HSL color Cylindrical-coordinate representation of color #5E1CBD: hue angle of 264.6º degrees, saturation: 0.74, 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 #5E1CBD is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 28 189 -
CMYK 0.50 0.85 0 0.26
HSL 264.6º 0.74% 0.43% -
HSV(B) 264.6º 0.85% 0.74% -
XYZ 14.22 6.88 48.72 -
YUV 66.09 197.37 147.91 -
System Red Green Blue C M Y K H S L
Decimal 94 28 189 0.50 0.85 0 0.26 264.6 0.74 0.43
Hex 5E 1C BD 32 55 0 1A 109 4A 2B
Octal 136 34 275 62 125 0 32 411 112 53
Binary 1011110 11100 10111101 110010 1010101 0 11010 100001001 1001010 101011

Color Harmonies of #5E1CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1CBD

Black with #5E1CBD

Text Example


Text Example

White with #5E1CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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