Html Css Color HEX #5640BA Purple Heart

📋 copy color: '#5640BA'

red 86 ◦ green 64 ◦ blue 186

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

Shades of Purple Heart #5640BA

Tints of Purple Heart #5640BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

 BLUE value IS 186 (73.05% from 255) = 55.36%

R = 25.6%
G = 19.05%
B = 55.36%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5640BA (or 0x5640BA) is known color: Purple Heart. HEX triplet: 56, 40 and BA. RGB value is (86,64,186). Sum of RGB (Red+Green+Blue) = 86+64+186=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #5640BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5640BA is #A9BF45. Grayscale: #545454. Windows color (decimal): -11124550 or 12206166. OLE color: 12206166.

HSL color Cylindrical-coordinate representation of color #5640BA: hue angle of 250.82º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5640BA is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 64 186 -
CMYK 0.54 0.66 0 0.27
HSL 250.82º 0.49% 0.49% -
HSV(B) 250.82º 0.66% 0.73% -
XYZ 14.53 9.19 47.46 -
YUV 84.49 185.29 129.08 -
System Red Green Blue C M Y K H S L
Decimal 86 64 186 0.54 0.66 0 0.27 250.82 0.49 0.49
Hex 56 40 BA 36 42 0 1B FB 31 31
Octal 126 100 272 66 102 0 33 373 61 61
Binary 1010110 1000000 10111010 110110 1000010 0 11011 11111011 110001 110001

Color Harmonies of #5640BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5640BA

Black with #5640BA

Text Example


Text Example

White with #5640BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5640BA; }

 p { color: rgb(86,64,186); }

 H1.HeaderClassName
 {
   color: #5640BA;
 }
 .AnyTagClassName
 {
   color: #5640BA;
 }
</style>

background-color css

<style>
 a { background-color: #5640BA; }

 a { background-color: rgb(86,64,186); }

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

border-color css

<style>
 span { border-color: #5640BA; }

 span { border-color: rgb(86,64,186); }

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