Html Css Color HEX #5742BC Purple Heart

📋 copy color: '#5742BC'

red 87 ◦ green 66 ◦ blue 188

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

Shades of Purple Heart #5742BC

Tints of Purple Heart #5742BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.13%

R = 25.51%
G = 19.35%
B = 55.13%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5742BC (or 0x5742BC) is known color: Purple Heart. HEX triplet: 57, 42 and BC. RGB value is (87,66,188). Sum of RGB (Red+Green+Blue) = 87+66+188=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #5742BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5742BC is #A8BD43. Grayscale: #555555. Windows color (decimal): -11058500 or 12337751. OLE color: 12337751.

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

Color convert

RGB 87 66 188 -
CMYK 0.54 0.65 0 0.26
HSL 250.33º 0.48% 0.5% -
HSV(B) 250.33º 0.65% 0.74% -
XYZ 14.96 9.55 48.63 -
YUV 86.19 185.46 128.58 -
System Red Green Blue C M Y K H S L
Decimal 87 66 188 0.54 0.65 0 0.26 250.33 0.48 0.5
Hex 57 42 BC 36 41 0 1A FA 30 32
Octal 127 102 274 66 101 0 32 372 60 62
Binary 1010111 1000010 10111100 110110 1000001 0 11010 11111010 110000 110010

Color Harmonies of #5742BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5742BC

Black with #5742BC

Text Example


Text Example

White with #5742BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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