#5339d5

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

Shades of Purple Heart #5339D5

Tints of Purple Heart #5339D5

Color information

#5339D5 (or 0x5339D5) is unknown color: approx Purple Heart. HEX triplet: 53, 39 and D5. RGB value is (83,57,213). Sum of RGB (Red+Green+Blue) = 83+57+213=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 213 (83.59% from 255 or 60.34% from 353); Max value from RGB is 213 - color contains mainly: blue. Hex color #5339D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5339D5 is #ACC62A. Grayscale: #515151. Windows color (decimal): -11322923 or 13973843. OLE color: 13973843.

HSL color Cylindrical-coordinate representation of color #5339D5: hue angle of 250º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5339D5 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8357213-
CMYK0.610.7300.16
HSL250º65%52.94%-
HSV(B)250º73.24%83.53%-
XYZ17.049.5763.9-
YUV82.56201.61128.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 213 (83.59% from 255) = 60.34%
R=23.51%
G=16.15%
B=60.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal83572130.610.7300.162506552.94
Hex5339D53D49010fa4135
Octal123713257511102037210165
Binary1010011111001110101011111011001001010000111110101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5339d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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