Html Css Color HEX #5941BA Purple Heart

📋 copy color: '#5941BA'

red 89 ◦ green 65 ◦ blue 186

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

Shades of Purple Heart #5941BA

Tints of Purple Heart #5941BA

RGB

 RED value IS 89 (35.16% from 255) = 26.18%

 GREEN value IS 65 (25.78% from 255) = 19.12%

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 26.18%
G = 19.12%
B = 54.71%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5941BA (or 0x5941BA) is known color: Purple Heart. HEX triplet: 59, 41 and BA. RGB value is (89,65,186). Sum of RGB (Red+Green+Blue) = 89+65+186=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #5941BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5941BA is #A6BE45. Grayscale: #555555. Windows color (decimal): -10927686 or 12206425. OLE color: 12206425.

HSL color Cylindrical-coordinate representation of color #5941BA: hue angle of 251.9º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5941BA is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 65 186 -
CMYK 0.52 0.65 0 0.27
HSL 251.9º 0.48% 0.49% -
HSV(B) 251.9º 0.65% 0.73% -
XYZ 14.87 9.45 47.49 -
YUV 85.97 184.45 130.16 -
System Red Green Blue C M Y K H S L
Decimal 89 65 186 0.52 0.65 0 0.27 251.9 0.48 0.49
Hex 59 41 BA 34 41 0 1B FC 30 31
Octal 131 101 272 64 101 0 33 374 60 61
Binary 1011001 1000001 10111010 110100 1000001 0 11011 11111100 110000 110001

Color Harmonies of #5941BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5941BA

Black with #5941BA

Text Example


Text Example

White with #5941BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5941BA; }

 p { color: rgb(89,65,186); }

 H1.HeaderClassName
 {
   color: #5941BA;
 }
 .AnyTagClassName
 {
   color: #5941BA;
 }
</style>

background-color css

<style>
 a { background-color: #5941BA; }

 a { background-color: rgb(89,65,186); }

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

border-color css

<style>
 span { border-color: #5941BA; }

 span { border-color: rgb(89,65,186); }

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