Html Css Color HEX #5628AB Purple Heart

📋 copy color: '#5628AB'

red 86 ◦ green 40 ◦ blue 171

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

Shades of Purple Heart #5628AB

Tints of Purple Heart #5628AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.47%

 BLUE value IS 171 (67.19% from 255) = 57.58%

R = 28.96%
G = 13.47%
B = 57.58%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5628AB (or 0x5628AB) is known color: Purple Heart. HEX triplet: 56, 28 and AB. RGB value is (86,40,171). Sum of RGB (Red+Green+Blue) = 86+40+171=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #5628AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5628AB is #A9D754. Grayscale: #444444. Windows color (decimal): -11130709 or 11216982. OLE color: 11216982.

HSL color Cylindrical-coordinate representation of color #5628AB: hue angle of 261.07º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5628AB is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 40 171 -
CMYK 0.50 0.77 0 0.33
HSL 261.07º 0.62% 0.41% -
HSV(B) 261.07º 0.77% 0.67% -
XYZ 11.95 6.44 39.14 -
YUV 68.69 185.74 140.35 -
System Red Green Blue C M Y K H S L
Decimal 86 40 171 0.50 0.77 0 0.33 261.07 0.62 0.41
Hex 56 28 AB 32 4D 0 21 105 3E 29
Octal 126 50 253 62 115 0 41 405 76 51
Binary 1010110 101000 10101011 110010 1001101 0 100001 100000101 111110 101001

Color Harmonies of #5628AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5628AB

Black with #5628AB

Text Example


Text Example

White with #5628AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5628AB; }

 p { color: rgb(86,40,171); }

 H1.HeaderClassName
 {
   color: #5628AB;
 }
 .AnyTagClassName
 {
   color: #5628AB;
 }
</style>

background-color css

<style>
 a { background-color: #5628AB; }

 a { background-color: rgb(86,40,171); }

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

border-color css

<style>
 span { border-color: #5628AB; }

 span { border-color: rgb(86,40,171); }

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