Html Css Color HEX #5441BF Purple Heart

📋 copy color: '#5441BF'

red 84 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #5441BF

Tints of Purple Heart #5441BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.18%

R = 24.71%
G = 19.12%
B = 56.18%

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

#5441BF (or 0x5441BF) is known color: Purple Heart. HEX triplet: 54, 41 and BF. RGB value is (84,65,191). Sum of RGB (Red+Green+Blue) = 84+65+191=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #5441BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441BF is #ABBE40. Grayscale: #545454. Windows color (decimal): -11255361 or 12534100. OLE color: 12534100.

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

Color convert

RGB 84 65 191 -
CMYK 0.56 0.66 0 0.25
HSL 249.05º 0.5% 0.5% -
HSV(B) 249.05º 0.66% 0.75% -
XYZ 14.95 9.43 50.32 -
YUV 85.05 187.79 127.25 -
System Red Green Blue C M Y K H S L
Decimal 84 65 191 0.56 0.66 0 0.25 249.05 0.5 0.5
Hex 54 41 BF 38 42 0 19 F9 32 32
Octal 124 101 277 70 102 0 31 371 62 62
Binary 1010100 1000001 10111111 111000 1000010 0 11001 11111001 110010 110010

Color Harmonies of #5441BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5441BF

Black with #5441BF

Text Example


Text Example

White with #5441BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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