Html Css Color HEX #5731B5 Purple Heart

📋 copy color: '#5731B5'

red 87 ◦ green 49 ◦ blue 181

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

Shades of Purple Heart #5731B5

Tints of Purple Heart #5731B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 57.1%

R = 27.44%
G = 15.46%
B = 57.1%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5731B5 (or 0x5731B5) is known color: Purple Heart. HEX triplet: 57, 31 and B5. RGB value is (87,49,181). Sum of RGB (Red+Green+Blue) = 87+49+181=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #5731B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5731B5 is #A8CE4A. Grayscale: #4A4A4A. Windows color (decimal): -11062859 or 11874647. OLE color: 11874647.

HSL color Cylindrical-coordinate representation of color #5731B5: hue angle of 257.27º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5731B5 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 49 181 -
CMYK 0.52 0.73 0 0.29
HSL 257.27º 0.57% 0.45% -
HSV(B) 257.27º 0.73% 0.71% -
XYZ 13.37 7.56 44.47 -
YUV 75.41 187.59 136.27 -
System Red Green Blue C M Y K H S L
Decimal 87 49 181 0.52 0.73 0 0.29 257.27 0.57 0.45
Hex 57 31 B5 34 49 0 1D 101 39 2D
Octal 127 61 265 64 111 0 35 401 71 55
Binary 1010111 110001 10110101 110100 1001001 0 11101 100000001 111001 101101

Color Harmonies of #5731B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5731B5

Black with #5731B5

Text Example


Text Example

White with #5731B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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