Html Css Color HEX #5737AC Purple Heart

📋 copy color: '#5737AC'

red 87 ◦ green 55 ◦ blue 172

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

Shades of Purple Heart #5737AC

Tints of Purple Heart #5737AC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

 BLUE value IS 172 (67.58% from 255) = 54.78%

R = 27.71%
G = 17.52%
B = 54.78%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5737AC (or 0x5737AC) is known color: Purple Heart. HEX triplet: 57, 37 and AC. RGB value is (87,55,172). Sum of RGB (Red+Green+Blue) = 87+55+172=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #5737AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5737AC is #A8C853. Grayscale: #4D4D4D. Windows color (decimal): -11061332 or 11286359. OLE color: 11286359.

HSL color Cylindrical-coordinate representation of color #5737AC: hue angle of 256.41º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5737AC is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 55 172 -
CMYK 0.49 0.68 0 0.33
HSL 256.41º 0.52% 0.45% -
HSV(B) 256.41º 0.68% 0.67% -
XYZ 12.74 7.74 39.85 -
YUV 77.91 181.1 134.49 -
System Red Green Blue C M Y K H S L
Decimal 87 55 172 0.49 0.68 0 0.33 256.41 0.52 0.45
Hex 57 37 AC 31 44 0 21 100 34 2D
Octal 127 67 254 61 104 0 41 400 64 55
Binary 1010111 110111 10101100 110001 1000100 0 100001 100000000 110100 101101

Color Harmonies of #5737AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5737AC

Black with #5737AC

Text Example


Text Example

White with #5737AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5737AC; }

 p { color: rgb(87,55,172); }

 H1.HeaderClassName
 {
   color: #5737AC;
 }
 .AnyTagClassName
 {
   color: #5737AC;
 }
</style>

background-color css

<style>
 a { background-color: #5737AC; }

 a { background-color: rgb(87,55,172); }

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

border-color css

<style>
 span { border-color: #5737AC; }

 span { border-color: rgb(87,55,172); }

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