Html Css Color HEX #5737BC Purple Heart

📋 copy color: '#5737BC'

red 87 ◦ green 55 ◦ blue 188

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

Shades of Purple Heart #5737BC

Tints of Purple Heart #5737BC

RGB

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

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

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

R = 26.36%
G = 16.67%
B = 56.97%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5737BC (or 0x5737BC) is known color: Purple Heart. HEX triplet: 57, 37 and BC. RGB value is (87,55,188). Sum of RGB (Red+Green+Blue) = 87+55+188=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #5737BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5737BC is #A8C843. Grayscale: #4F4F4F. Windows color (decimal): -11061316 or 12334935. OLE color: 12334935.

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

Color convert

RGB 87 55 188 -
CMYK 0.54 0.71 0 0.26
HSL 254.44º 0.55% 0.48% -
HSV(B) 254.44º 0.71% 0.74% -
XYZ 14.37 8.39 48.44 -
YUV 79.73 189.1 133.19 -
System Red Green Blue C M Y K H S L
Decimal 87 55 188 0.54 0.71 0 0.26 254.44 0.55 0.48
Hex 57 37 BC 36 47 0 1A FE 37 30
Octal 127 67 274 66 107 0 32 376 67 60
Binary 1010111 110111 10111100 110110 1000111 0 11010 11111110 110111 110000

Color Harmonies of #5737BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5737BC

Black with #5737BC

Text Example


Text Example

White with #5737BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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