Html Css Color HEX #5731BF Purple Heart

📋 copy color: '#5731BF'

red 87 ◦ green 49 ◦ blue 191

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

Shades of Purple Heart #5731BF

Tints of Purple Heart #5731BF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

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

R = 26.61%
G = 14.98%
B = 58.41%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5731BF (or 0x5731BF) is known color: Purple Heart. HEX triplet: 57, 31 and BF. RGB value is (87,49,191). Sum of RGB (Red+Green+Blue) = 87+49+191=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #5731BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5731BF is #A8CE40. Grayscale: #4C4C4C. Windows color (decimal): -11062849 or 12530007. OLE color: 12530007.

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

Color convert

RGB 87 49 191 -
CMYK 0.54 0.74 0 0.25
HSL 256.06º 0.59% 0.47% -
HSV(B) 256.06º 0.74% 0.75% -
XYZ 14.43 7.98 50.07 -
YUV 76.55 192.59 135.45 -
System Red Green Blue C M Y K H S L
Decimal 87 49 191 0.54 0.74 0 0.25 256.06 0.59 0.47
Hex 57 31 BF 36 4A 0 19 100 3B 2F
Octal 127 61 277 66 112 0 31 400 73 57
Binary 1010111 110001 10111111 110110 1001010 0 11001 100000000 111011 101111

Color Harmonies of #5731BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5731BF

Black with #5731BF

Text Example


Text Example

White with #5731BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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