Html Css Color HEX #5321AD Purple Heart

📋 copy color: '#5321AD'

red 83 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #5321AD

Tints of Purple Heart #5321AD

RGB

 RED value IS 83 (32.81% from 255) = 28.72%

 GREEN value IS 33 (13.28% from 255) = 11.42%

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

R = 28.72%
G = 11.42%
B = 59.86%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5321AD (or 0x5321AD) is known color: Purple Heart. HEX triplet: 53, 21 and AD. RGB value is (83,33,173). Sum of RGB (Red+Green+Blue) = 83+33+173=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #5321AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5321AD is #ACDE52. Grayscale: #3F3F3F. Windows color (decimal): -11329107 or 11346259. OLE color: 11346259.

HSL color Cylindrical-coordinate representation of color #5321AD: hue angle of 261.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5321AD is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 33 173 -
CMYK 0.52 0.81 0 0.32
HSL 261.43º 0.68% 0.4% -
HSV(B) 261.43º 0.81% 0.68% -
XYZ 11.65 5.94 40.07 -
YUV 63.91 189.57 141.62 -
System Red Green Blue C M Y K H S L
Decimal 83 33 173 0.52 0.81 0 0.32 261.43 0.68 0.4
Hex 53 21 AD 34 51 0 20 105 44 28
Octal 123 41 255 64 121 0 40 405 104 50
Binary 1010011 100001 10101101 110100 1010001 0 100000 100000101 1000100 101000

Color Harmonies of #5321AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5321AD

Black with #5321AD

Text Example


Text Example

White with #5321AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,33,173); }

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

background-color css

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

 a { background-color: rgb(83,33,173); }

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

border-color css

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

 span { border-color: rgb(83,33,173); }

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