Html Css Color HEX #5742BF Purple Heart

📋 copy color: '#5742BF'

red 87 ◦ green 66 ◦ blue 191

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

Shades of Purple Heart #5742BF

Tints of Purple Heart #5742BF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.19%

 BLUE value IS 191 (75% from 255) = 55.52%

R = 25.29%
G = 19.19%
B = 55.52%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5742BF (or 0x5742BF) is known color: Purple Heart. HEX triplet: 57, 42 and BF. RGB value is (87,66,191). Sum of RGB (Red+Green+Blue) = 87+66+191=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #5742BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5742BF is #A8BD40. Grayscale: #565656. Windows color (decimal): -11058497 or 12534359. OLE color: 12534359.

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

Color convert

RGB 87 66 191 -
CMYK 0.54 0.65 0 0.25
HSL 250.08º 0.49% 0.5% -
HSV(B) 250.08º 0.65% 0.75% -
XYZ 15.28 9.68 50.35 -
YUV 86.53 186.96 128.34 -
System Red Green Blue C M Y K H S L
Decimal 87 66 191 0.54 0.65 0 0.25 250.08 0.49 0.5
Hex 57 42 BF 36 41 0 19 FA 31 32
Octal 127 102 277 66 101 0 31 372 61 62
Binary 1010111 1000010 10111111 110110 1000001 0 11001 11111010 110001 110010

Color Harmonies of #5742BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5742BF

Black with #5742BF

Text Example


Text Example

White with #5742BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5742BF; }

 p { color: rgb(87,66,191); }

 H1.HeaderClassName
 {
   color: #5742BF;
 }
 .AnyTagClassName
 {
   color: #5742BF;
 }
</style>

background-color css

<style>
 a { background-color: #5742BF; }

 a { background-color: rgb(87,66,191); }

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

border-color css

<style>
 span { border-color: #5742BF; }

 span { border-color: rgb(87,66,191); }

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