Html Css Color HEX #5628BE Purple Heart

📋 copy color: '#5628BE'

red 86 ◦ green 40 ◦ blue 190

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

Shades of Purple Heart #5628BE

Tints of Purple Heart #5628BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.13%

R = 27.22%
G = 12.66%
B = 60.13%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5628BE (or 0x5628BE) is known color: Purple Heart. HEX triplet: 56, 28 and BE. RGB value is (86,40,190). Sum of RGB (Red+Green+Blue) = 86+40+190=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #5628BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5628BE is #A9D741. Grayscale: #464646. Windows color (decimal): -11130690 or 12462166. OLE color: 12462166.

HSL color Cylindrical-coordinate representation of color #5628BE: hue angle of 258.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5628BE is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 40 190 -
CMYK 0.55 0.79 0 0.25
HSL 258.4º 0.65% 0.45% -
HSV(B) 258.4º 0.79% 0.75% -
XYZ 13.89 7.21 49.38 -
YUV 70.85 195.24 138.8 -
System Red Green Blue C M Y K H S L
Decimal 86 40 190 0.55 0.79 0 0.25 258.4 0.65 0.45
Hex 56 28 BE 37 4F 0 19 102 41 2D
Octal 126 50 276 67 117 0 31 402 101 55
Binary 1010110 101000 10111110 110111 1001111 0 11001 100000010 1000001 101101

Color Harmonies of #5628BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5628BE

Black with #5628BE

Text Example


Text Example

White with #5628BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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