Html Css Color HEX #5541BE Purple Heart

📋 copy color: '#5541BE'

red 85 ◦ green 65 ◦ blue 190

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

Shades of Purple Heart #5541BE

Tints of Purple Heart #5541BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.12%

 BLUE value IS 190 (74.61% from 255) = 55.88%

R = 25%
G = 19.12%
B = 55.88%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5541BE (or 0x5541BE) is known color: Purple Heart. HEX triplet: 55, 41 and BE. RGB value is (85,65,190). Sum of RGB (Red+Green+Blue) = 85+65+190=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #5541BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5541BE is #AABE41. Grayscale: #545454. Windows color (decimal): -11189826 or 12468565. OLE color: 12468565.

HSL color Cylindrical-coordinate representation of color #5541BE: hue angle of 249.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5541BE is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 65 190 -
CMYK 0.55 0.66 0 0.25
HSL 249.6º 0.49% 0.5% -
HSV(B) 249.6º 0.66% 0.75% -
XYZ 14.93 9.43 49.75 -
YUV 85.23 187.13 127.84 -
System Red Green Blue C M Y K H S L
Decimal 85 65 190 0.55 0.66 0 0.25 249.6 0.49 0.5
Hex 55 41 BE 37 42 0 19 FA 31 32
Octal 125 101 276 67 102 0 31 372 61 62
Binary 1010101 1000001 10111110 110111 1000010 0 11001 11111010 110001 110010

Color Harmonies of #5541BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5541BE

Black with #5541BE

Text Example


Text Example

White with #5541BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5541BE; }

 p { color: rgb(85,65,190); }

 H1.HeaderClassName
 {
   color: #5541BE;
 }
 .AnyTagClassName
 {
   color: #5541BE;
 }
</style>

background-color css

<style>
 a { background-color: #5541BE; }

 a { background-color: rgb(85,65,190); }

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

border-color css

<style>
 span { border-color: #5541BE; }

 span { border-color: rgb(85,65,190); }

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