Html Css Color HEX #5434AD Purple Heart

📋 copy color: '#5434AD'

red 84 ◦ green 52 ◦ blue 173

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

Shades of Purple Heart #5434AD

Tints of Purple Heart #5434AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

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

R = 27.18%
G = 16.83%
B = 55.99%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5434AD (or 0x5434AD) is known color: Purple Heart. HEX triplet: 54, 34 and AD. RGB value is (84,52,173). Sum of RGB (Red+Green+Blue) = 84+52+173=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #5434AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5434AD is #ABCB52. Grayscale: #4A4A4A. Windows color (decimal): -11258707 or 11351124. OLE color: 11351124.

HSL color Cylindrical-coordinate representation of color #5434AD: hue angle of 255.87º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5434AD is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 52 173 -
CMYK 0.51 0.70 0 0.32
HSL 255.87º 0.54% 0.44% -
HSV(B) 255.87º 0.7% 0.68% -
XYZ 12.43 7.36 40.3 -
YUV 75.36 183.1 134.16 -
System Red Green Blue C M Y K H S L
Decimal 84 52 173 0.51 0.70 0 0.32 255.87 0.54 0.44
Hex 54 34 AD 33 46 0 20 100 36 2C
Octal 124 64 255 63 106 0 40 400 66 54
Binary 1010100 110100 10101101 110011 1000110 0 100000 100000000 110110 101100

Color Harmonies of #5434AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5434AD

Black with #5434AD

Text Example


Text Example

White with #5434AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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