Html Css Color HEX #5416AD Purple Heart

📋 copy color: '#5416AD'

red 84 ◦ green 22 ◦ blue 173

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

Shades of Purple Heart #5416AD

Tints of Purple Heart #5416AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.89%

 BLUE value IS 173 (67.97% from 255) = 62.01%

R = 30.11%
G = 7.89%
B = 62.01%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5416AD (or 0x5416AD) is known color: Purple Heart. HEX triplet: 54, 16 and AD. RGB value is (84,22,173). Sum of RGB (Red+Green+Blue) = 84+22+173=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #5416AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5416AD is #ABE952. Grayscale: #393939. Windows color (decimal): -11266387 or 11343444. OLE color: 11343444.

HSL color Cylindrical-coordinate representation of color #5416AD: hue angle of 264.64º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5416AD is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 22 173 -
CMYK 0.51 0.87 0 0.32
HSL 264.64º 0.77% 0.38% -
HSV(B) 264.64º 0.87% 0.68% -
XYZ 11.49 5.48 39.99 -
YUV 57.75 193.04 146.72 -
System Red Green Blue C M Y K H S L
Decimal 84 22 173 0.51 0.87 0 0.32 264.64 0.77 0.38
Hex 54 16 AD 33 57 0 20 109 4D 26
Octal 124 26 255 63 127 0 40 411 115 46
Binary 1010100 10110 10101101 110011 1010111 0 100000 100001001 1001101 100110

Color Harmonies of #5416AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5416AD

Black with #5416AD

Text Example


Text Example

White with #5416AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5416AD; }

 p { color: rgb(84,22,173); }

 H1.HeaderClassName
 {
   color: #5416AD;
 }
 .AnyTagClassName
 {
   color: #5416AD;
 }
</style>

background-color css

<style>
 a { background-color: #5416AD; }

 a { background-color: rgb(84,22,173); }

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

border-color css

<style>
 span { border-color: #5416AD; }

 span { border-color: rgb(84,22,173); }

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