Html Css Color HEX #5414AC Purple Heart

📋 copy color: '#5414AC'

red 84 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #5414AC

Tints of Purple Heart #5414AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

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

R = 30.43%
G = 7.25%
B = 62.32%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5414AC (or 0x5414AC) is known color: Purple Heart. HEX triplet: 54, 14 and AC. RGB value is (84,20,172). Sum of RGB (Red+Green+Blue) = 84+20+172=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #5414AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5414AC is #ABEB53. Grayscale: #373737. Windows color (decimal): -11266900 or 11277396. OLE color: 11277396.

HSL color Cylindrical-coordinate representation of color #5414AC: hue angle of 265.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5414AC is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 20 172 -
CMYK 0.51 0.88 0 0.33
HSL 265.26º 0.79% 0.38% -
HSV(B) 265.26º 0.88% 0.67% -
XYZ 11.35 5.36 39.47 -
YUV 56.46 193.2 147.64 -
System Red Green Blue C M Y K H S L
Decimal 84 20 172 0.51 0.88 0 0.33 265.26 0.79 0.38
Hex 54 14 AC 33 58 0 21 109 4F 26
Octal 124 24 254 63 130 0 41 411 117 46
Binary 1010100 10100 10101100 110011 1011000 0 100001 100001001 1001111 100110

Color Harmonies of #5414AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5414AC

Black with #5414AC

Text Example


Text Example

White with #5414AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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