Html Css Color HEX #5539BC Purple Heart

📋 copy color: '#5539BC'

red 85 ◦ green 57 ◦ blue 188

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

Shades of Purple Heart #5539BC

Tints of Purple Heart #5539BC

RGB

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

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

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

R = 25.76%
G = 17.27%
B = 56.97%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5539BC (or 0x5539BC) is known color: Purple Heart. HEX triplet: 55, 39 and BC. RGB value is (85,57,188). Sum of RGB (Red+Green+Blue) = 85+57+188=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 57 (22.66% from 255 or 17.27% 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 #5539BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5539BC is #AAC643. Grayscale: #4F4F4F. Windows color (decimal): -11191876 or 12335445. OLE color: 12335445.

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

Color convert

RGB 85 57 188 -
CMYK 0.55 0.70 0 0.26
HSL 252.82º 0.53% 0.48% -
HSV(B) 252.82º 0.7% 0.74% -
XYZ 14.29 8.49 48.46 -
YUV 80.31 188.78 131.35 -
System Red Green Blue C M Y K H S L
Decimal 85 57 188 0.55 0.70 0 0.26 252.82 0.53 0.48
Hex 55 39 BC 37 46 0 1A FD 35 30
Octal 125 71 274 67 106 0 32 375 65 60
Binary 1010101 111001 10111100 110111 1000110 0 11010 11111101 110101 110000

Color Harmonies of #5539BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5539BC

Black with #5539BC

Text Example


Text Example

White with #5539BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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