Html Css Color HEX #5632AD Purple Heart

📋 copy color: '#5632AD'

red 86 ◦ green 50 ◦ blue 173

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

Shades of Purple Heart #5632AD

Tints of Purple Heart #5632AD

RGB

 RED value IS 86 (33.98% from 255) = 27.83%

 GREEN value IS 50 (19.92% from 255) = 16.18%

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

R = 27.83%
G = 16.18%
B = 55.99%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5632AD (or 0x5632AD) is known color: Purple Heart. HEX triplet: 56, 32 and AD. RGB value is (86,50,173). Sum of RGB (Red+Green+Blue) = 86+50+173=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #5632AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5632AD is #A9CD52. Grayscale: #4A4A4A. Windows color (decimal): -11128147 or 11350614. OLE color: 11350614.

HSL color Cylindrical-coordinate representation of color #5632AD: hue angle of 257.56º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5632AD is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 50 173 -
CMYK 0.50 0.71 0 0.32
HSL 257.56º 0.55% 0.44% -
HSV(B) 257.56º 0.71% 0.68% -
XYZ 12.52 7.28 40.28 -
YUV 74.79 183.43 136 -
System Red Green Blue C M Y K H S L
Decimal 86 50 173 0.50 0.71 0 0.32 257.56 0.55 0.44
Hex 56 32 AD 32 47 0 20 102 37 2C
Octal 126 62 255 62 107 0 40 402 67 54
Binary 1010110 110010 10101101 110010 1000111 0 100000 100000010 110111 101100

Color Harmonies of #5632AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5632AD

Black with #5632AD

Text Example


Text Example

White with #5632AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,50,173); }

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

background-color css

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

 a { background-color: rgb(86,50,173); }

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

border-color css

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

 span { border-color: rgb(86,50,173); }

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