Html Css Color HEX #5740BE Purple Heart

📋 copy color: '#5740BE'

red 87 ◦ green 64 ◦ blue 190

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

Shades of Purple Heart #5740BE

Tints of Purple Heart #5740BE

RGB

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

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

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

R = 25.51%
G = 18.77%
B = 55.72%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5740BE (or 0x5740BE) is known color: Purple Heart. HEX triplet: 57, 40 and BE. RGB value is (87,64,190). Sum of RGB (Red+Green+Blue) = 87+64+190=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #5740BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5740BE is #A8BF41. Grayscale: #545454. Windows color (decimal): -11059010 or 12468311. OLE color: 12468311.

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

Color convert

RGB 87 64 190 -
CMYK 0.54 0.66 0 0.25
HSL 250.95º 0.5% 0.5% -
HSV(B) 250.95º 0.66% 0.75% -
XYZ 15.06 9.41 49.74 -
YUV 85.24 187.12 129.25 -
System Red Green Blue C M Y K H S L
Decimal 87 64 190 0.54 0.66 0 0.25 250.95 0.5 0.5
Hex 57 40 BE 36 42 0 19 FB 32 32
Octal 127 100 276 66 102 0 31 373 62 62
Binary 1010111 1000000 10111110 110110 1000010 0 11001 11111011 110010 110010

Color Harmonies of #5740BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5740BE

Black with #5740BE

Text Example


Text Example

White with #5740BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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