Html Css Color HEX #5941BE Purple Heart

📋 copy color: '#5941BE'

red 89 ◦ green 65 ◦ blue 190

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

Shades of Purple Heart #5941BE

Tints of Purple Heart #5941BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.23%

R = 25.87%
G = 18.9%
B = 55.23%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5941BE (or 0x5941BE) is known color: Purple Heart. HEX triplet: 59, 41 and BE. RGB value is (89,65,190). Sum of RGB (Red+Green+Blue) = 89+65+190=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #5941BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5941BE is #A6BE41. Grayscale: #555555. Windows color (decimal): -10927682 or 12468569. OLE color: 12468569.

HSL color Cylindrical-coordinate representation of color #5941BE: hue angle of 251.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5941BE is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 65 190 -
CMYK 0.53 0.66 0 0.25
HSL 251.52º 0.49% 0.5% -
HSV(B) 251.52º 0.66% 0.75% -
XYZ 15.3 9.62 49.77 -
YUV 86.43 186.45 129.84 -
System Red Green Blue C M Y K H S L
Decimal 89 65 190 0.53 0.66 0 0.25 251.52 0.49 0.5
Hex 59 41 BE 35 42 0 19 FC 31 32
Octal 131 101 276 65 102 0 31 374 61 62
Binary 1011001 1000001 10111110 110101 1000010 0 11001 11111100 110001 110010

Color Harmonies of #5941BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5941BE

Black with #5941BE

Text Example


Text Example

White with #5941BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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