Html Css Color HEX #5B0EAD Purple Heart

📋 copy color: '#5B0EAD'

red 91 ◦ green 14 ◦ blue 173

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

Shades of Purple Heart #5B0EAD

Tints of Purple Heart #5B0EAD

RGB

 RED value IS 91 (35.94% from 255) = 32.73%

 GREEN value IS 14 (5.86% from 255) = 5.04%

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

R = 32.73%
G = 5.04%
B = 62.23%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B0EAD (or 0x5B0EAD) is known color: Purple Heart. HEX triplet: 5B, 0E and AD. RGB value is (91,14,173). Sum of RGB (Red+Green+Blue) = 91+14+173=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B0EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0EAD is #A4F152. Grayscale: #363636. Windows color (decimal): -10809683 or 11341403. OLE color: 11341403.

HSL color Cylindrical-coordinate representation of color #5B0EAD: hue angle of 269.06º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B0EAD is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 14 173 -
CMYK 0.47 0.92 0 0.32
HSL 269.06º 0.85% 0.37% -
HSV(B) 269.06º 0.92% 0.68% -
XYZ 12.01 5.56 39.97 -
YUV 55.15 194.51 153.57 -
System Red Green Blue C M Y K H S L
Decimal 91 14 173 0.47 0.92 0 0.32 269.06 0.85 0.37
Hex 5B E AD 2F 5C 0 20 10D 55 25
Octal 133 16 255 57 134 0 40 415 125 45
Binary 1011011 1110 10101101 101111 1011100 0 100000 100001101 1010101 100101

Color Harmonies of #5B0EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0EAD

Black with #5B0EAD

Text Example


Text Example

White with #5B0EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,14,173); }

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

background-color css

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

 a { background-color: rgb(91,14,173); }

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

border-color css

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

 span { border-color: rgb(91,14,173); }

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