Html Css Color HEX #5428AB Purple Heart

📋 copy color: '#5428AB'

red 84 ◦ green 40 ◦ blue 171

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

Shades of Purple Heart #5428AB

Tints of Purple Heart #5428AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 28.47%
G = 13.56%
B = 57.97%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5428AB (or 0x5428AB) is known color: Purple Heart. HEX triplet: 54, 28 and AB. RGB value is (84,40,171). Sum of RGB (Red+Green+Blue) = 84+40+171=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #5428AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5428AB is #ABD754. Grayscale: #434343. Windows color (decimal): -11261781 or 11216980. OLE color: 11216980.

HSL color Cylindrical-coordinate representation of color #5428AB: hue angle of 260.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5428AB is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 40 171 -
CMYK 0.51 0.77 0 0.33
HSL 260.15º 0.62% 0.41% -
HSV(B) 260.15º 0.77% 0.67% -
XYZ 11.77 6.34 39.13 -
YUV 68.09 186.08 139.35 -
System Red Green Blue C M Y K H S L
Decimal 84 40 171 0.51 0.77 0 0.33 260.15 0.62 0.41
Hex 54 28 AB 33 4D 0 21 104 3E 29
Octal 124 50 253 63 115 0 41 404 76 51
Binary 1010100 101000 10101011 110011 1001101 0 100001 100000100 111110 101001

Color Harmonies of #5428AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5428AB

Black with #5428AB

Text Example


Text Example

White with #5428AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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