Html Css Color HEX #5441BE Purple Heart

📋 copy color: '#5441BE'

red 84 ◦ green 65 ◦ blue 190

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

Shades of Purple Heart #5441BE

Tints of Purple Heart #5441BE

RGB

 RED value IS 84 (33.2% from 255) = 24.78%

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

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

R = 24.78%
G = 19.17%
B = 56.05%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5441BE (or 0x5441BE) is known color: Purple Heart. HEX triplet: 54, 41 and BE. RGB value is (84,65,190). Sum of RGB (Red+Green+Blue) = 84+65+190=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #5441BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441BE is #ABBE41. Grayscale: #545454. Windows color (decimal): -11255362 or 12468564. OLE color: 12468564.

HSL color Cylindrical-coordinate representation of color #5441BE: hue angle of 249.12º 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 #5441BE is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 65 190 -
CMYK 0.56 0.66 0 0.25
HSL 249.12º 0.49% 0.5% -
HSV(B) 249.12º 0.66% 0.75% -
XYZ 14.84 9.38 49.74 -
YUV 84.93 187.29 127.34 -
System Red Green Blue C M Y K H S L
Decimal 84 65 190 0.56 0.66 0 0.25 249.12 0.49 0.5
Hex 54 41 BE 38 42 0 19 F9 31 32
Octal 124 101 276 70 102 0 31 371 61 62
Binary 1010100 1000001 10111110 111000 1000010 0 11001 11111001 110001 110010

Color Harmonies of #5441BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5441BE

Black with #5441BE

Text Example


Text Example

White with #5441BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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