#5004B3

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

Shades of Purple Heart #5004B3

Tints of Purple Heart #5004B3

Color information

#5004B3 (or 0x5004B3) is unknown color: approx Purple Heart. HEX triplet: 50, 04 and B3. RGB value is (80,4,179). Sum of RGB (Red+Green+Blue) = 80+4+179=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 179 (70.31% from 255 or 68.06% from 263); Max value from RGB is 179 - color contains mainly: blue. Hex color #5004B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5004B3 is #AFFB4C. Grayscale: #2E2E2E. Windows color (decimal): -11533133 or 11732048. OLE color: 11732048.

HSL color Cylindrical-coordinate representation of color #5004B3: hue angle of 266.06º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5004B3 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB804179-
CMYK0.550.9800.30
HSL266.06º95.63%35.88%-
HSV(B)266.06º97.77%70.2%-
XYZ11.495.0543.02-
YUV46.67202.68151.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 179 (70.31% from 255) = 68.06%
R=30.42%
G=1.52%
B=68.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal8041790.550.9800.30266.0695.6335.88
Hex504B3376201E10a6024
Octal12042636714203641214044
Binary10100001001011001111011111000100111101000010101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5004B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5004B3; }

 p { color: rgb(80,4,179); }

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

<style>
 a { background-color: #5004B3; }

 a { background-color: rgb(80,4,179); }

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

<style>
 span { border-color: #5004B3; }

 span { border-color: rgb(80,4,179); }

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