Html Css Color HEX #5423AA Purple Heart

📋 copy color: '#5423AA'

red 84 ◦ green 35 ◦ blue 170

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

Shades of Purple Heart #5423AA

Tints of Purple Heart #5423AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.82%

R = 29.07%
G = 12.11%
B = 58.82%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5423AA (or 0x5423AA) is known color: Purple Heart. HEX triplet: 54, 23 and AA. RGB value is (84,35,170). Sum of RGB (Red+Green+Blue) = 84+35+170=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #5423AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5423AA is #ABDC55. Grayscale: #404040. Windows color (decimal): -11263062 or 11150164. OLE color: 11150164.

HSL color Cylindrical-coordinate representation of color #5423AA: hue angle of 261.78º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5423AA is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 35 170 -
CMYK 0.51 0.79 0 0.33
HSL 261.78º 0.66% 0.4% -
HSV(B) 261.78º 0.79% 0.67% -
XYZ 11.51 5.99 38.58 -
YUV 65.04 187.23 141.52 -
System Red Green Blue C M Y K H S L
Decimal 84 35 170 0.51 0.79 0 0.33 261.78 0.66 0.4
Hex 54 23 AA 33 4F 0 21 106 42 28
Octal 124 43 252 63 117 0 41 406 102 50
Binary 1010100 100011 10101010 110011 1001111 0 100001 100000110 1000010 101000

Color Harmonies of #5423AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5423AA

Black with #5423AA

Text Example


Text Example

White with #5423AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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