Html Css Color HEX #5422AD Purple Heart

📋 copy color: '#5422AD'

red 84 ◦ green 34 ◦ blue 173

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

Shades of Purple Heart #5422AD

Tints of Purple Heart #5422AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.68%

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

R = 28.87%
G = 11.68%
B = 59.45%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5422AD (or 0x5422AD) is known color: Purple Heart. HEX triplet: 54, 22 and AD. RGB value is (84,34,173). Sum of RGB (Red+Green+Blue) = 84+34+173=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #5422AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5422AD is #ABDD52. Grayscale: #404040. Windows color (decimal): -11263315 or 11346516. OLE color: 11346516.

HSL color Cylindrical-coordinate representation of color #5422AD: hue angle of 261.58º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5422AD is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 34 173 -
CMYK 0.51 0.80 0 0.32
HSL 261.58º 0.67% 0.41% -
HSV(B) 261.58º 0.8% 0.68% -
XYZ 11.77 6.05 40.08 -
YUV 64.8 189.07 141.7 -
System Red Green Blue C M Y K H S L
Decimal 84 34 173 0.51 0.80 0 0.32 261.58 0.67 0.41
Hex 54 22 AD 33 50 0 20 106 43 29
Octal 124 42 255 63 120 0 40 406 103 51
Binary 1010100 100010 10101101 110011 1010000 0 100000 100000110 1000011 101001

Color Harmonies of #5422AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5422AD

Black with #5422AD

Text Example


Text Example

White with #5422AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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