#5339BA

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

Shades of Purple Heart #5339BA

Tints of Purple Heart #5339BA

Color information

#5339BA (or 0x5339BA) is unknown color: approx Purple Heart. HEX triplet: 53, 39 and BA. RGB value is (83,57,186). Sum of RGB (Red+Green+Blue) = 83+57+186=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #5339BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5339BA is #ACC645. Grayscale: #4E4E4E. Windows color (decimal): -11322950 or 12204371. OLE color: 12204371.

HSL color Cylindrical-coordinate representation of color #5339BA: hue angle of 252.09º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5339BA is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8357186-
CMYK0.550.6900.27
HSL252.09º53.09%47.65%-
HSV(B)252.09º69.35%72.94%-
XYZ13.898.3147.33-
YUV79.48188.11130.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 186 (73.05% from 255) = 57.06%
R=25.46%
G=17.48%
B=57.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83571860.550.6900.27252.0953.0947.65
Hex5339BA374501Bfc3530
Octal12371272671050333746560
Binary101001111100110111010110111100010101101111111100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5339BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5339BA; }

 p { color: rgb(83,57,186); }

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

<style>
 a { background-color: #5339BA; }

 a { background-color: rgb(83,57,186); }

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

<style>
 span { border-color: #5339BA; }

 span { border-color: rgb(83,57,186); }

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