#5329BA

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

Shades of Purple Heart #5329BA

Tints of Purple Heart #5329BA

Color information

#5329BA (or 0x5329BA) is unknown color: approx Purple Heart. HEX triplet: 53, 29 and BA. RGB value is (83,41,186). Sum of RGB (Red+Green+Blue) = 83+41+186=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #5329BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5329BA is #ACD645. Grayscale: #454545. Windows color (decimal): -11327046 or 12200275. OLE color: 12200275.

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

Color convert

RGB8341186-
CMYK0.550.7800.27
HSL257.38º63.88%44.51%-
HSV(B)257.38º77.96%72.94%-
XYZ13.226.9747.1-
YUV70.09193.41137.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 186 (73.05% from 255) = 60%
R=26.77%
G=13.23%
B=60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83411860.550.7800.27257.3863.8844.51
Hex5329BA374E01B101402d
Octal123512726711603340110055
Binary10100111010011011101011011110011100110111000000011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5329BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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