#5240be

Color #5240BE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5240BE

Tints of Purple Heart #5240BE

Color information

#5240BE (or 0x5240BE) is unknown color: approx Purple Heart. HEX triplet: 52, 40 and BE. RGB value is (82,64,190). Sum of RGB (Red+Green+Blue) = 82+64+190=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #5240BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5240BE is #ADBF41. Grayscale: #535353. Windows color (decimal): -11386690 or 12468306. OLE color: 12468306.

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

Color convert

RGB8264190-
CMYK0.570.6600.25
HSL248.57º49.61%49.8%-
HSV(B)248.57º66.32%74.51%-
XYZ14.619.1849.72-
YUV83.75187.96126.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 190 (74.61% from 255) = 56.55%
R=24.40%
G=19.05%
B=56.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82641900.570.6600.25248.5749.6149.8
Hex5240BE3942019f93232
Octal122100276711020313716262
Binary1010010100000010111110111001100001001100111111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5240be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5240be; }

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

 H1.HeaderClassName
 {
   color: #5240be;
 }
 .AnyTagClassName
 {
   color: #5240be;
 }
</style>
background-color css

<style>
 a { background-color: #5240be; }

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

 div.DivClassName
 {
   background-color: #5240be;
 }
 .BgClassName
 {
   background-color: #5240be;
 }
</style>
border-color css

<style>
 span { border-color: #5240be; }

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

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