Html Css Color HEX #5E1BAD Purple Heart

📋 copy color: '#5E1BAD'

red 94 ◦ green 27 ◦ blue 173

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

Shades of Purple Heart #5E1BAD

Tints of Purple Heart #5E1BAD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.18%

 BLUE value IS 173 (67.97% from 255) = 58.84%

R = 31.97%
G = 9.18%
B = 58.84%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E1BAD (or 0x5E1BAD) is known color: Purple Heart. HEX triplet: 5E, 1B and AD. RGB value is (94,27,173). Sum of RGB (Red+Green+Blue) = 94+27+173=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E1BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1BAD is #A1E452. Grayscale: #3F3F3F. Windows color (decimal): -10609747 or 11344734. OLE color: 11344734.

HSL color Cylindrical-coordinate representation of color #5E1BAD: hue angle of 267.53º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E1BAD is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 27 173 -
CMYK 0.46 0.84 0 0.32
HSL 267.53º 0.73% 0.39% -
HSV(B) 267.53º 0.84% 0.68% -
XYZ 12.55 6.18 40.07 -
YUV 63.68 189.7 149.63 -
System Red Green Blue C M Y K H S L
Decimal 94 27 173 0.46 0.84 0 0.32 267.53 0.73 0.39
Hex 5E 1B AD 2E 54 0 20 10C 49 27
Octal 136 33 255 56 124 0 40 414 111 47
Binary 1011110 11011 10101101 101110 1010100 0 100000 100001100 1001001 100111

Color Harmonies of #5E1BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1BAD

Black with #5E1BAD

Text Example


Text Example

White with #5E1BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,27,173); }

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

background-color css

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

 a { background-color: rgb(94,27,173); }

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

border-color css

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

 span { border-color: rgb(94,27,173); }

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