Html Css Color HEX #5441BD Purple Heart

📋 copy color: '#5441BD'

red 84 ◦ green 65 ◦ blue 189

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

Shades of Purple Heart #5441BD

Tints of Purple Heart #5441BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.92%

R = 24.85%
G = 19.23%
B = 55.92%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5441BD (or 0x5441BD) is known color: Purple Heart. HEX triplet: 54, 41 and BD. RGB value is (84,65,189). Sum of RGB (Red+Green+Blue) = 84+65+189=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #5441BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441BD is #ABBE42. Grayscale: #545454. Windows color (decimal): -11255363 or 12403028. OLE color: 12403028.

HSL color Cylindrical-coordinate representation of color #5441BD: hue angle of 249.19º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5441BD is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 65 189 -
CMYK 0.56 0.66 0 0.26
HSL 249.19º 0.49% 0.5% -
HSV(B) 249.19º 0.66% 0.74% -
XYZ 14.73 9.34 49.17 -
YUV 84.82 186.79 127.42 -
System Red Green Blue C M Y K H S L
Decimal 84 65 189 0.56 0.66 0 0.26 249.19 0.49 0.5
Hex 54 41 BD 38 42 0 1A F9 31 32
Octal 124 101 275 70 102 0 32 371 61 62
Binary 1010100 1000001 10111101 111000 1000010 0 11010 11111001 110001 110010

Color Harmonies of #5441BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5441BD

Black with #5441BD

Text Example


Text Example

White with #5441BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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