Html Css Color HEX #5321AE Purple Heart

📋 copy color: '#5321AE'

red 83 ◦ green 33 ◦ blue 174

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

Shades of Purple Heart #5321AE

Tints of Purple Heart #5321AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60%

R = 28.62%
G = 11.38%
B = 60%

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

#5321AE (or 0x5321AE) is known color: Purple Heart. HEX triplet: 53, 21 and AE. RGB value is (83,33,174). Sum of RGB (Red+Green+Blue) = 83+33+174=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #5321AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5321AE is #ACDE51. Grayscale: #3F3F3F. Windows color (decimal): -11329106 or 11411795. OLE color: 11411795.

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

Color convert

RGB 83 33 174 -
CMYK 0.52 0.81 0 0.32
HSL 261.28º 0.68% 0.41% -
HSV(B) 261.28º 0.81% 0.68% -
XYZ 11.75 5.98 40.58 -
YUV 64.02 190.07 141.54 -
System Red Green Blue C M Y K H S L
Decimal 83 33 174 0.52 0.81 0 0.32 261.28 0.68 0.41
Hex 53 21 AE 34 51 0 20 105 44 29
Octal 123 41 256 64 121 0 40 405 104 51
Binary 1010011 100001 10101110 110100 1010001 0 100000 100000101 1000100 101001

Color Harmonies of #5321AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5321AE

Black with #5321AE

Text Example


Text Example

White with #5321AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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