Html Css Color HEX #5731AE Purple Heart

📋 copy color: '#5731AE'

red 87 ◦ green 49 ◦ blue 174

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

Shades of Purple Heart #5731AE

Tints of Purple Heart #5731AE

RGB

 RED value IS 87 (34.38% from 255) = 28.06%

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

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

R = 28.06%
G = 15.81%
B = 56.13%

CMYK

 C value IS 0.5

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5731AE (or 0x5731AE) is known color: Purple Heart. HEX triplet: 57, 31 and AE. RGB value is (87,49,174). Sum of RGB (Red+Green+Blue) = 87+49+174=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #5731AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5731AE is #A8CE51. Grayscale: #4A4A4A. Windows color (decimal): -11062866 or 11415895. OLE color: 11415895.

HSL color Cylindrical-coordinate representation of color #5731AE: hue angle of 258.24º 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 #5731AE is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 49 174 -
CMYK 0.5 0.72 0 0.32
HSL 258.24º 0.56% 0.44% -
HSV(B) 258.24º 0.72% 0.68% -
XYZ 12.67 7.28 40.78 -
YUV 74.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 87 49 174 0.5 0.72 0 0.32 258.24 0.56 0.44
Hex 57 31 AE 32 48 0 20 102 38 2C
Octal 127 61 256 62 110 0 40 402 70 54
Binary 1010111 110001 10101110 110010 1001000 0 100000 100000010 111000 101100

Color Harmonies of #5731AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5731AE

Black with #5731AE

Text Example


Text Example

White with #5731AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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