Html Css Color HEX #5428BB Purple Heart

📋 copy color: '#5428BB'

red 84 ◦ green 40 ◦ blue 187

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

Shades of Purple Heart #5428BB

Tints of Purple Heart #5428BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

 BLUE value IS 187 (73.44% from 255) = 60.13%

R = 27.01%
G = 12.86%
B = 60.13%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5428BB (or 0x5428BB) is known color: Purple Heart. HEX triplet: 54, 28 and BB. RGB value is (84,40,187). Sum of RGB (Red+Green+Blue) = 84+40+187=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #5428BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5428BB is #ABD744. Grayscale: #454545. Windows color (decimal): -11261765 or 12265556. OLE color: 12265556.

HSL color Cylindrical-coordinate representation of color #5428BB: hue angle of 257.96º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5428BB is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 40 187 -
CMYK 0.55 0.79 0 0.27
HSL 257.96º 0.65% 0.45% -
HSV(B) 257.96º 0.79% 0.73% -
XYZ 13.38 6.99 47.66 -
YUV 69.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 84 40 187 0.55 0.79 0 0.27 257.96 0.65 0.45
Hex 54 28 BB 37 4F 0 1B 102 41 2D
Octal 124 50 273 67 117 0 33 402 101 55
Binary 1010100 101000 10111011 110111 1001111 0 11011 100000010 1000001 101101

Color Harmonies of #5428BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5428BB

Black with #5428BB

Text Example


Text Example

White with #5428BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5428BB; }

 p { color: rgb(84,40,187); }

 H1.HeaderClassName
 {
   color: #5428BB;
 }
 .AnyTagClassName
 {
   color: #5428BB;
 }
</style>

background-color css

<style>
 a { background-color: #5428BB; }

 a { background-color: rgb(84,40,187); }

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

border-color css

<style>
 span { border-color: #5428BB; }

 span { border-color: rgb(84,40,187); }

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