Html Css Color HEX #5727AE Purple Heart

📋 copy color: '#5727AE'

red 87 ◦ green 39 ◦ blue 174

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

Shades of Purple Heart #5727AE

Tints of Purple Heart #5727AE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

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

R = 29%
G = 13%
B = 58%

CMYK

 C value IS 0.5

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5727AE (or 0x5727AE) is known color: Purple Heart. HEX triplet: 57, 27 and AE. RGB value is (87,39,174). Sum of RGB (Red+Green+Blue) = 87+39+174=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #5727AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5727AE is #A8D851. Grayscale: #444444. Windows color (decimal): -11065426 or 11413335. OLE color: 11413335.

HSL color Cylindrical-coordinate representation of color #5727AE: hue angle of 261.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5727AE is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 39 174 -
CMYK 0.5 0.78 0 0.32
HSL 261.33º 0.63% 0.42% -
HSV(B) 261.33º 0.78% 0.68% -
XYZ 12.3 6.53 40.66 -
YUV 68.74 187.4 141.02 -
System Red Green Blue C M Y K H S L
Decimal 87 39 174 0.5 0.78 0 0.32 261.33 0.63 0.42
Hex 57 27 AE 32 4E 0 20 105 3F 2A
Octal 127 47 256 62 116 0 40 405 77 52
Binary 1010111 100111 10101110 110010 1001110 0 100000 100000101 111111 101010

Color Harmonies of #5727AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5727AE

Black with #5727AE

Text Example


Text Example

White with #5727AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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