#5034DD

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

Shades of Purple Heart #5034DD

Tints of Purple Heart #5034DD

Color information

#5034DD (or 0x5034DD) is unknown color: approx Purple Heart. HEX triplet: 50, 34 and DD. RGB value is (80,52,221). Sum of RGB (Red+Green+Blue) = 80+52+221=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #5034DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5034DD is #AFCB22. Grayscale: #4E4E4E. Windows color (decimal): -11520803 or 14496848. OLE color: 14496848.

HSL color Cylindrical-coordinate representation of color #5034DD: hue angle of 249.94º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5034DD is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8052221-
CMYK0.640.7600.13
HSL249.94º71.31%53.53%-
HSV(B)249.94º76.47%86.67%-
XYZ17.599.3869.29-
YUV79.64207.78128.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 52 (20.70% from 255) = 14.73%
BLUE value IS 221 (86.72% from 255) = 62.61%
R=22.66%
G=14.73%
B=62.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80522210.640.7600.13249.9471.3153.53
Hex5034DD404C0Dfa4736
Octal1206433510011401537210766
Binary1010000110100110111011000000100110001101111110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5034DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5034DD; }

 p { color: rgb(80,52,221); }

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

<style>
 a { background-color: #5034DD; }

 a { background-color: rgb(80,52,221); }

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

<style>
 span { border-color: #5034DD; }

 span { border-color: rgb(80,52,221); }

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