Html Css Color HEX #5540BE Purple Heart

📋 copy color: '#5540BE'

red 85 ◦ green 64 ◦ blue 190

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

Shades of Purple Heart #5540BE

Tints of Purple Heart #5540BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

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

R = 25.07%
G = 18.88%
B = 56.05%

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

#5540BE (or 0x5540BE) is known color: Purple Heart. HEX triplet: 55, 40 and BE. RGB value is (85,64,190). Sum of RGB (Red+Green+Blue) = 85+64+190=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #5540BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5540BE is #AABF41. Grayscale: #545454. Windows color (decimal): -11190082 or 12468309. OLE color: 12468309.

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

Color convert

RGB 85 64 190 -
CMYK 0.55 0.66 0 0.25
HSL 250º 0.5% 0.5% -
HSV(B) 250º 0.66% 0.75% -
XYZ 14.87 9.32 49.73 -
YUV 84.64 187.46 128.25 -
System Red Green Blue C M Y K H S L
Decimal 85 64 190 0.55 0.66 0 0.25 250 0.5 0.5
Hex 55 40 BE 37 42 0 19 FA 32 32
Octal 125 100 276 67 102 0 31 372 62 62
Binary 1010101 1000000 10111110 110111 1000010 0 11001 11111010 110010 110010

Color Harmonies of #5540BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5540BE

Black with #5540BE

Text Example


Text Example

White with #5540BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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