#5334ba

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

Shades of Purple Heart #5334BA

Tints of Purple Heart #5334BA

Color information

#5334BA (or 0x5334BA) is unknown color: approx Purple Heart. HEX triplet: 53, 34 and BA. RGB value is (83,52,186). Sum of RGB (Red+Green+Blue) = 83+52+186=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #5334BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5334BA is #ACCB45. Grayscale: #4C4C4C. Windows color (decimal): -11324230 or 12203091. OLE color: 12203091.

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

Color convert

RGB8352186-
CMYK0.550.7200.27
HSL253.88º56.3%46.67%-
HSV(B)253.88º72.04%72.94%-
XYZ13.667.8447.25-
YUV76.54189.77132.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 186 (73.05% from 255) = 57.94%
R=25.86%
G=16.20%
B=57.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83521860.550.7200.27253.8856.346.67
Hex5334BA374801Bfe382f
Octal12364272671100333767057
Binary101001111010010111010110111100100001101111111110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5334ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5334ba; }

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

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

<style>
 a { background-color: #5334ba; }

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

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

<style>
 span { border-color: #5334ba; }

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

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