#5336BA

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

Shades of Purple Heart #5336BA

Tints of Purple Heart #5336BA

Color information

#5336BA (or 0x5336BA) is unknown color: approx Purple Heart. HEX triplet: 53, 36 and BA. RGB value is (83,54,186). Sum of RGB (Red+Green+Blue) = 83+54+186=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #5336BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5336BA is #ACC945. Grayscale: #4D4D4D. Windows color (decimal): -11323718 or 12203603. OLE color: 12203603.

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

Color convert

RGB8354186-
CMYK0.550.7100.27
HSL253.18º55%47.06%-
HSV(B)253.18º70.97%72.94%-
XYZ13.758.0247.28-
YUV77.72189.11131.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 54 (21.48% from 255) = 16.72%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=25.70%
G=16.72%
B=57.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83541860.550.7100.27253.185547.06
Hex5336BA374701Bfd372f
Octal12366272671070333756757
Binary101001111011010111010110111100011101101111111101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5336BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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