#5334D0

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

Shades of Purple Heart #5334D0

Tints of Purple Heart #5334D0

Color information

#5334D0 (or 0x5334D0) is unknown color: approx Purple Heart. HEX triplet: 53, 34 and D0. RGB value is (83,52,208). Sum of RGB (Red+Green+Blue) = 83+52+208=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 208 (81.64% from 255 or 60.64% from 343); Max value from RGB is 208 - color contains mainly: blue. Hex color #5334D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5334D0 is #ACCB2F. Grayscale: #4E4E4E. Windows color (decimal): -11324208 or 13644883. OLE color: 13644883.

HSL color Cylindrical-coordinate representation of color #5334D0: hue angle of 251.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5334D0 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8352208-
CMYK0.600.7500.18
HSL251.92º62.4%50.98%-
HSV(B)251.92º75%81.57%-
XYZ16.188.8560.53-
YUV79.05200.77130.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 52 (20.70% from 255) = 15.16%
BLUE value IS 208 (81.64% from 255) = 60.64%
R=24.20%
G=15.16%
B=60.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal83522080.600.7500.18251.9262.450.98
Hex5334D03C4B012fc3e33
Octal12364320741130223747663
Binary101001111010011010000111100100101101001011111100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5334D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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