Html Css Color HEX #5324AD Purple Heart

📋 copy color: '#5324AD'

red 83 ◦ green 36 ◦ blue 173

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

Shades of Purple Heart #5324AD

Tints of Purple Heart #5324AD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.33%

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

R = 28.42%
G = 12.33%
B = 59.25%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5324AD (or 0x5324AD) is known color: Purple Heart. HEX triplet: 53, 24 and AD. RGB value is (83,36,173). Sum of RGB (Red+Green+Blue) = 83+36+173=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 36 (14.45% from 255 or 12.33% 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 #5324AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5324AD is #ACDB52. Grayscale: #414141. Windows color (decimal): -11328339 or 11347027. OLE color: 11347027.

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

Color convert

RGB 83 36 173 -
CMYK 0.52 0.79 0 0.32
HSL 260.58º 0.66% 0.41% -
HSV(B) 260.58º 0.79% 0.68% -
XYZ 11.74 6.12 40.1 -
YUV 65.67 188.57 140.36 -
System Red Green Blue C M Y K H S L
Decimal 83 36 173 0.52 0.79 0 0.32 260.58 0.66 0.41
Hex 53 24 AD 34 4F 0 20 105 42 29
Octal 123 44 255 64 117 0 40 405 102 51
Binary 1010011 100100 10101101 110100 1001111 0 100000 100000101 1000010 101001

Color Harmonies of #5324AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5324AD

Black with #5324AD

Text Example


Text Example

White with #5324AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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