#500DB5

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

Shades of Purple Heart #500DB5

Tints of Purple Heart #500DB5

Color information

#500DB5 (or 0x500DB5) is unknown color: approx Purple Heart. HEX triplet: 50, 0D and B5. RGB value is (80,13,181). Sum of RGB (Red+Green+Blue) = 80+13+181=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 181 (71.09% from 255 or 66.06% from 274); Max value from RGB is 181 - color contains mainly: blue. Hex color #500DB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500DB5 is #AFF24A. Grayscale: #333333. Windows color (decimal): -11530827 or 11865424. OLE color: 11865424.

HSL color Cylindrical-coordinate representation of color #500DB5: hue angle of 263.93º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500DB5 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8013181-
CMYK0.560.9300.29
HSL263.93º86.6%38.04%-
HSV(B)263.93º92.82%70.98%-
XYZ11.795.3344.12-
YUV52.18200.7147.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 13 (5.47% from 255) = 4.74%
BLUE value IS 181 (71.09% from 255) = 66.06%
R=29.20%
G=4.74%
B=66.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80131810.560.9300.29263.9386.638.04
Hex50DB5385D01D1085726
Octal120152657013503541012746
Binary101000011011011010111100010111010111011000010001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500DB5; }

 p { color: rgb(80,13,181); }

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

<style>
 a { background-color: #500DB5; }

 a { background-color: rgb(80,13,181); }

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

<style>
 span { border-color: #500DB5; }

 span { border-color: rgb(80,13,181); }

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