Html Css Color HEX #5740BA Purple Heart

📋 copy color: '#5740BA'

red 87 ◦ green 64 ◦ blue 186

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

Shades of Purple Heart #5740BA

Tints of Purple Heart #5740BA

RGB

 RED value IS 87 (34.38% from 255) = 25.82%

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

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

R = 25.82%
G = 18.99%
B = 55.19%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5740BA (or 0x5740BA) is known color: Purple Heart. HEX triplet: 57, 40 and BA. RGB value is (87,64,186). Sum of RGB (Red+Green+Blue) = 87+64+186=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #5740BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5740BA is #A8BF45. Grayscale: #545454. Windows color (decimal): -11059014 or 12206167. OLE color: 12206167.

HSL color Cylindrical-coordinate representation of color #5740BA: hue angle of 251.31º 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 #5740BA is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 64 186 -
CMYK 0.53 0.66 0 0.27
HSL 251.31º 0.49% 0.49% -
HSV(B) 251.31º 0.66% 0.73% -
XYZ 14.63 9.24 47.47 -
YUV 84.79 185.12 129.58 -
System Red Green Blue C M Y K H S L
Decimal 87 64 186 0.53 0.66 0 0.27 251.31 0.49 0.49
Hex 57 40 BA 35 42 0 1B FB 31 31
Octal 127 100 272 65 102 0 33 373 61 61
Binary 1010111 1000000 10111010 110101 1000010 0 11011 11111011 110001 110001

Color Harmonies of #5740BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5740BA

Black with #5740BA

Text Example


Text Example

White with #5740BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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