Html Css Color HEX #5631AE Purple Heart

📋 copy color: '#5631AE'

red 86 ◦ green 49 ◦ blue 174

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

Shades of Purple Heart #5631AE

Tints of Purple Heart #5631AE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

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

R = 27.83%
G = 15.86%
B = 56.31%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5631AE (or 0x5631AE) is known color: Purple Heart. HEX triplet: 56, 31 and AE. RGB value is (86,49,174). Sum of RGB (Red+Green+Blue) = 86+49+174=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #5631AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5631AE is #A9CE51. Grayscale: #494949. Windows color (decimal): -11128402 or 11415894. OLE color: 11415894.

HSL color Cylindrical-coordinate representation of color #5631AE: hue angle of 257.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5631AE is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 49 174 -
CMYK 0.51 0.72 0 0.32
HSL 257.76º 0.56% 0.44% -
HSV(B) 257.76º 0.72% 0.68% -
XYZ 12.58 7.23 40.78 -
YUV 74.31 184.26 136.34 -
System Red Green Blue C M Y K H S L
Decimal 86 49 174 0.51 0.72 0 0.32 257.76 0.56 0.44
Hex 56 31 AE 33 48 0 20 102 38 2C
Octal 126 61 256 63 110 0 40 402 70 54
Binary 1010110 110001 10101110 110011 1001000 0 100000 100000010 111000 101100

Color Harmonies of #5631AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5631AE

Black with #5631AE

Text Example


Text Example

White with #5631AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,49,174); }

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

background-color css

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

 a { background-color: rgb(86,49,174); }

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

border-color css

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

 span { border-color: rgb(86,49,174); }

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