Html Css Color HEX #5541BF Purple Heart

📋 copy color: '#5541BF'

red 85 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #5541BF

Tints of Purple Heart #5541BF

RGB

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

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

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

R = 24.93%
G = 19.06%
B = 56.01%

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

#5541BF (or 0x5541BF) is known color: Purple Heart. HEX triplet: 55, 41 and BF. RGB value is (85,65,191). Sum of RGB (Red+Green+Blue) = 85+65+191=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #5541BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5541BF is #AABE40. Grayscale: #545454. Windows color (decimal): -11189825 or 12534101. OLE color: 12534101.

HSL color Cylindrical-coordinate representation of color #5541BF: hue angle of 249.52º degrees, saturation: 0.5, 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 #5541BF is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 65 191 -
CMYK 0.55 0.66 0 0.25
HSL 249.52º 0.5% 0.5% -
HSV(B) 249.52º 0.66% 0.75% -
XYZ 15.04 9.47 50.33 -
YUV 85.34 187.63 127.75 -
System Red Green Blue C M Y K H S L
Decimal 85 65 191 0.55 0.66 0 0.25 249.52 0.5 0.5
Hex 55 41 BF 37 42 0 19 FA 32 32
Octal 125 101 277 67 102 0 31 372 62 62
Binary 1010101 1000001 10111111 110111 1000010 0 11001 11111010 110010 110010

Color Harmonies of #5541BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5541BF

Black with #5541BF

Text Example


Text Example

White with #5541BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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