Html Css Color HEX #5639BE Purple Heart

📋 copy color: '#5639BE'

red 86 ◦ green 57 ◦ blue 190

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

Shades of Purple Heart #5639BE

Tints of Purple Heart #5639BE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.12%

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

R = 25.83%
G = 17.12%
B = 57.06%

CMYK

 C value IS 0.55

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5639BE (or 0x5639BE) is known color: Purple Heart. HEX triplet: 56, 39 and BE. RGB value is (86,57,190). Sum of RGB (Red+Green+Blue) = 86+57+190=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #5639BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5639BE is #A9C641. Grayscale: #505050. Windows color (decimal): -11126338 or 12466518. OLE color: 12466518.

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

Color convert

RGB 86 57 190 -
CMYK 0.55 0.7 0 0.25
HSL 253.08º 0.54% 0.48% -
HSV(B) 253.08º 0.7% 0.75% -
XYZ 14.6 8.62 49.61 -
YUV 80.83 189.61 131.69 -
System Red Green Blue C M Y K H S L
Decimal 86 57 190 0.55 0.7 0 0.25 253.08 0.54 0.48
Hex 56 39 BE 37 46 0 19 FD 36 30
Octal 126 71 276 67 106 0 31 375 66 60
Binary 1010110 111001 10111110 110111 1000110 0 11001 11111101 110110 110000

Color Harmonies of #5639BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5639BE

Black with #5639BE

Text Example


Text Example

White with #5639BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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