Html Css Color HEX #5423AD Purple Heart

📋 copy color: '#5423AD'

red 84 ◦ green 35 ◦ blue 173

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

Shades of Purple Heart #5423AD

Tints of Purple Heart #5423AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

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

R = 28.77%
G = 11.99%
B = 59.25%

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

#5423AD (or 0x5423AD) is known color: Purple Heart. HEX triplet: 54, 23 and AD. RGB value is (84,35,173). Sum of RGB (Red+Green+Blue) = 84+35+173=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #5423AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5423AD is #ABDC52. Grayscale: #404040. Windows color (decimal): -11263059 or 11346772. OLE color: 11346772.

HSL color Cylindrical-coordinate representation of color #5423AD: hue angle of 261.3º degrees, saturation: 0.66, 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 #5423AD is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 35 173 -
CMYK 0.51 0.80 0 0.32
HSL 261.3º 0.66% 0.41% -
HSV(B) 261.3º 0.8% 0.68% -
XYZ 11.8 6.1 40.09 -
YUV 65.38 188.73 141.28 -
System Red Green Blue C M Y K H S L
Decimal 84 35 173 0.51 0.80 0 0.32 261.3 0.66 0.41
Hex 54 23 AD 33 50 0 20 105 42 29
Octal 124 43 255 63 120 0 40 405 102 51
Binary 1010100 100011 10101101 110011 1010000 0 100000 100000101 1000010 101001

Color Harmonies of #5423AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5423AD

Black with #5423AD

Text Example


Text Example

White with #5423AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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