#5034D1

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

Shades of Purple Heart #5034D1

Tints of Purple Heart #5034D1

Color information

#5034D1 (or 0x5034D1) is unknown color: approx Purple Heart. HEX triplet: 50, 34 and D1. RGB value is (80,52,209). Sum of RGB (Red+Green+Blue) = 80+52+209=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #5034D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5034D1 is #AFCB2E. Grayscale: #4D4D4D. Windows color (decimal): -11520815 or 13710416. OLE color: 13710416.

HSL color Cylindrical-coordinate representation of color #5034D1: hue angle of 250.7º degrees, saturation: 0.63, 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 #5034D1 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8052209-
CMYK0.620.7500.18
HSL250.7º63.05%51.18%-
HSV(B)250.7º75.12%81.96%-
XYZ16.048.7661.17-
YUV78.27201.78129.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 52 (20.70% from 255) = 15.25%
BLUE value IS 209 (82.03% from 255) = 61.29%
R=23.46%
G=15.25%
B=61.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80522090.620.7500.18250.763.0551.18
Hex5034D13E4B012fb3f33
Octal12064321761130223737763
Binary101000011010011010001111110100101101001011111011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5034D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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