Html Css Color HEX #5324AB Purple Heart

📋 copy color: '#5324AB'

red 83 ◦ green 36 ◦ blue 171

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

Shades of Purple Heart #5324AB

Tints of Purple Heart #5324AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.97%

R = 28.62%
G = 12.41%
B = 58.97%

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

#5324AB (or 0x5324AB) is known color: Purple Heart. HEX triplet: 53, 24 and AB. RGB value is (83,36,171). Sum of RGB (Red+Green+Blue) = 83+36+171=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #5324AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5324AB is #ACDB54. Grayscale: #404040. Windows color (decimal): -11328341 or 11215955. OLE color: 11215955.

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

Color convert

RGB 83 36 171 -
CMYK 0.51 0.79 0 0.33
HSL 260.89º 0.65% 0.41% -
HSV(B) 260.89º 0.79% 0.67% -
XYZ 11.55 6.04 39.09 -
YUV 65.44 187.57 140.52 -
System Red Green Blue C M Y K H S L
Decimal 83 36 171 0.51 0.79 0 0.33 260.89 0.65 0.41
Hex 53 24 AB 33 4F 0 21 105 41 29
Octal 123 44 253 63 117 0 41 405 101 51
Binary 1010011 100100 10101011 110011 1001111 0 100001 100000101 1000001 101001

Color Harmonies of #5324AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5324AB

Black with #5324AB

Text Example


Text Example

White with #5324AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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