Html Css Color HEX #5627AE Purple Heart

📋 copy color: '#5627AE'

red 86 ◦ green 39 ◦ blue 174

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

Shades of Purple Heart #5627AE

Tints of Purple Heart #5627AE

RGB

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

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

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

R = 28.76%
G = 13.04%
B = 58.19%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5627AE (or 0x5627AE) is known color: Purple Heart. HEX triplet: 56, 27 and AE. RGB value is (86,39,174). Sum of RGB (Red+Green+Blue) = 86+39+174=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #5627AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5627AE is #A9D851. Grayscale: #434343. Windows color (decimal): -11130962 or 11413334. OLE color: 11413334.

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

Color convert

RGB 86 39 174 -
CMYK 0.51 0.78 0 0.32
HSL 260.89º 0.63% 0.42% -
HSV(B) 260.89º 0.78% 0.68% -
XYZ 12.2 6.49 40.65 -
YUV 68.44 187.57 140.52 -
System Red Green Blue C M Y K H S L
Decimal 86 39 174 0.51 0.78 0 0.32 260.89 0.63 0.42
Hex 56 27 AE 33 4E 0 20 105 3F 2A
Octal 126 47 256 63 116 0 40 405 77 52
Binary 1010110 100111 10101110 110011 1001110 0 100000 100000101 111111 101010

Color Harmonies of #5627AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5627AE

Black with #5627AE

Text Example


Text Example

White with #5627AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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