Html Css Color HEX #5421AC Purple Heart

📋 copy color: '#5421AC'

red 84 ◦ green 33 ◦ blue 172

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

Shades of Purple Heart #5421AC

Tints of Purple Heart #5421AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.52%

R = 29.07%
G = 11.42%
B = 59.52%

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

#5421AC (or 0x5421AC) is known color: Purple Heart. HEX triplet: 54, 21 and AC. RGB value is (84,33,172). Sum of RGB (Red+Green+Blue) = 84+33+172=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #5421AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5421AC is #ABDE53. Grayscale: #3F3F3F. Windows color (decimal): -11263572 or 11280724. OLE color: 11280724.

HSL color Cylindrical-coordinate representation of color #5421AC: hue angle of 262.01º 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 #5421AC is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 33 172 -
CMYK 0.51 0.81 0 0.33
HSL 262.01º 0.68% 0.4% -
HSV(B) 262.01º 0.81% 0.67% -
XYZ 11.65 5.95 39.56 -
YUV 64.1 188.9 142.2 -
System Red Green Blue C M Y K H S L
Decimal 84 33 172 0.51 0.81 0 0.33 262.01 0.68 0.4
Hex 54 21 AC 33 51 0 21 106 44 28
Octal 124 41 254 63 121 0 41 406 104 50
Binary 1010100 100001 10101100 110011 1010001 0 100001 100000110 1000100 101000

Color Harmonies of #5421AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5421AC

Black with #5421AC

Text Example


Text Example

White with #5421AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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