Html Css Color HEX #5539BF Purple Heart

📋 copy color: '#5539BF'

red 85 ◦ green 57 ◦ blue 191

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

Shades of Purple Heart #5539BF

Tints of Purple Heart #5539BF

RGB

 RED value IS 85 (33.59% from 255) = 25.53%

 GREEN value IS 57 (22.66% from 255) = 17.12%

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

R = 25.53%
G = 17.12%
B = 57.36%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5539BF (or 0x5539BF) is known color: Purple Heart. HEX triplet: 55, 39 and BF. RGB value is (85,57,191). Sum of RGB (Red+Green+Blue) = 85+57+191=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #5539BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5539BF is #AAC640. Grayscale: #505050. Windows color (decimal): -11191873 or 12532053. OLE color: 12532053.

HSL color Cylindrical-coordinate representation of color #5539BF: hue angle of 252.54º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5539BF is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 57 191 -
CMYK 0.55 0.70 0 0.25
HSL 252.54º 0.54% 0.49% -
HSV(B) 252.54º 0.7% 0.75% -
XYZ 14.61 8.62 50.18 -
YUV 80.65 190.28 131.1 -
System Red Green Blue C M Y K H S L
Decimal 85 57 191 0.55 0.70 0 0.25 252.54 0.54 0.49
Hex 55 39 BF 37 46 0 19 FD 36 31
Octal 125 71 277 67 106 0 31 375 66 61
Binary 1010101 111001 10111111 110111 1000110 0 11001 11111101 110110 110001

Color Harmonies of #5539BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5539BF

Black with #5539BF

Text Example


Text Example

White with #5539BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,57,191); }

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

background-color css

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

 a { background-color: rgb(85,57,191); }

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

border-color css

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

 span { border-color: rgb(85,57,191); }

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