Html Css Color HEX #5435AD Purple Heart

📋 copy color: '#5435AD'

red 84 ◦ green 53 ◦ blue 173

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

Shades of Purple Heart #5435AD

Tints of Purple Heart #5435AD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.1%

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

R = 27.1%
G = 17.1%
B = 55.81%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5435AD (or 0x5435AD) is known color: Purple Heart. HEX triplet: 54, 35 and AD. RGB value is (84,53,173). Sum of RGB (Red+Green+Blue) = 84+53+173=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #5435AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5435AD is #ABCA52. Grayscale: #4B4B4B. Windows color (decimal): -11258451 or 11351380. OLE color: 11351380.

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

Color convert

RGB 84 53 173 -
CMYK 0.51 0.69 0 0.32
HSL 255.5º 0.53% 0.44% -
HSV(B) 255.5º 0.69% 0.68% -
XYZ 12.47 7.45 40.32 -
YUV 75.95 182.77 133.74 -
System Red Green Blue C M Y K H S L
Decimal 84 53 173 0.51 0.69 0 0.32 255.5 0.53 0.44
Hex 54 35 AD 33 45 0 20 100 35 2C
Octal 124 65 255 63 105 0 40 400 65 54
Binary 1010100 110101 10101101 110011 1000101 0 100000 100000000 110101 101100

Color Harmonies of #5435AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5435AD

Black with #5435AD

Text Example


Text Example

White with #5435AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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