#5237BF

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

Shades of Purple Heart #5237BF

Tints of Purple Heart #5237BF

Color information

#5237BF (or 0x5237BF) is unknown color: approx Purple Heart. HEX triplet: 52, 37 and BF. RGB value is (82,55,191). Sum of RGB (Red+Green+Blue) = 82+55+191=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #5237BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5237BF is #ADC840. Grayscale: #4E4E4E. Windows color (decimal): -11388993 or 12531538. OLE color: 12531538.

HSL color Cylindrical-coordinate representation of color #5237BF: hue angle of 251.91º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5237BF is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8255191-
CMYK0.570.7100.25
HSL251.91º55.28%48.24%-
HSV(B)251.91º71.2%74.9%-
XYZ14.258.2950.14-
YUV78.58191.45130.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 55 (21.88% from 255) = 16.77%
BLUE value IS 191 (75% from 255) = 58.23%
R=25%
G=16.77%
B=58.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82551910.570.7100.25251.9155.2848.24
Hex5237BF3947019fc3730
Octal12267277711070313746760
Binary101001011011110111111111001100011101100111111100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5237BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,55,191); }

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

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

 a { background-color: rgb(82,55,191); }

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

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

 span { border-color: rgb(82,55,191); }

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