Html Css Color HEX #5323AB Purple Heart

📋 copy color: '#5323AB'

red 83 ◦ green 35 ◦ blue 171

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

Shades of Purple Heart #5323AB

Tints of Purple Heart #5323AB

RGB

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

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

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

R = 28.72%
G = 12.11%
B = 59.17%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5323AB (or 0x5323AB) is known color: Purple Heart. HEX triplet: 53, 23 and AB. RGB value is (83,35,171). Sum of RGB (Red+Green+Blue) = 83+35+171=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #5323AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5323AB is #ACDC54. Grayscale: #404040. Windows color (decimal): -11328597 or 11215699. OLE color: 11215699.

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

Color convert

RGB 83 35 171 -
CMYK 0.51 0.80 0 0.33
HSL 261.18º 0.66% 0.4% -
HSV(B) 261.18º 0.8% 0.67% -
XYZ 11.52 5.98 39.08 -
YUV 64.86 187.9 140.94 -
System Red Green Blue C M Y K H S L
Decimal 83 35 171 0.51 0.80 0 0.33 261.18 0.66 0.4
Hex 53 23 AB 33 50 0 21 105 42 28
Octal 123 43 253 63 120 0 41 405 102 50
Binary 1010011 100011 10101011 110011 1010000 0 100001 100000101 1000010 101000

Color Harmonies of #5323AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5323AB

Black with #5323AB

Text Example


Text Example

White with #5323AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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