#5337BF

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

Shades of Purple Heart #5337BF

Tints of Purple Heart #5337BF

Color information

#5337BF (or 0x5337BF) is unknown color: approx Purple Heart. HEX triplet: 53, 37 and BF. RGB value is (83,55,191). Sum of RGB (Red+Green+Blue) = 83+55+191=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #5337BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5337BF is #ACC840. Grayscale: #4E4E4E. Windows color (decimal): -11323457 or 12531539. OLE color: 12531539.

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

Color convert

RGB8355191-
CMYK0.570.7100.25
HSL252.35º55.28%48.24%-
HSV(B)252.35º71.2%74.9%-
XYZ14.348.3350.14-
YUV78.88191.28130.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 55 (21.88% from 255) = 16.72%
BLUE value IS 191 (75% from 255) = 58.05%
R=25.23%
G=16.72%
B=58.05%

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
Decimal83551910.570.7100.25252.3555.2848.24
Hex5337BF3947019fc3730
Octal12367277711070313746760
Binary101001111011110111111111001100011101100111111100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5337BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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