Html Css Color HEX #5421AB Purple Heart

📋 copy color: '#5421AB'

red 84 ◦ green 33 ◦ blue 171

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

Shades of Purple Heart #5421AB

Tints of Purple Heart #5421AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.46%

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

R = 29.17%
G = 11.46%
B = 59.38%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5421AB (or 0x5421AB) is known color: Purple Heart. HEX triplet: 54, 21 and AB. RGB value is (84,33,171). Sum of RGB (Red+Green+Blue) = 84+33+171=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #5421AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5421AB is #ABDE54. Grayscale: #3F3F3F. Windows color (decimal): -11263573 or 11215188. OLE color: 11215188.

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

Color convert

RGB 84 33 171 -
CMYK 0.51 0.81 0 0.33
HSL 262.17º 0.68% 0.4% -
HSV(B) 262.17º 0.81% 0.67% -
XYZ 11.55 5.91 39.06 -
YUV 63.98 188.4 142.28 -
System Red Green Blue C M Y K H S L
Decimal 84 33 171 0.51 0.81 0 0.33 262.17 0.68 0.4
Hex 54 21 AB 33 51 0 21 106 44 28
Octal 124 41 253 63 121 0 41 406 104 50
Binary 1010100 100001 10101011 110011 1010001 0 100001 100000110 1000100 101000

Color Harmonies of #5421AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5421AB

Black with #5421AB

Text Example


Text Example

White with #5421AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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