#500AB3

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

Shades of Purple Heart #500AB3

Tints of Purple Heart #500AB3

Color information

#500AB3 (or 0x500AB3) is unknown color: approx Purple Heart. HEX triplet: 50, 0A and B3. RGB value is (80,10,179). Sum of RGB (Red+Green+Blue) = 80+10+179=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 179 (70.31% from 255 or 66.54% from 269); Max value from RGB is 179 - color contains mainly: blue. Hex color #500AB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500AB3 is #AFF54C. Grayscale: #313131. Windows color (decimal): -11531597 or 11733584. OLE color: 11733584.

HSL color Cylindrical-coordinate representation of color #500AB3: hue angle of 264.85º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500AB3 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8010179-
CMYK0.550.9400.30
HSL264.85º89.42%37.06%-
HSV(B)264.85º94.41%70.2%-
XYZ11.555.1843.04-
YUV50.2200.69149.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 10 (4.30% from 255) = 3.72%
BLUE value IS 179 (70.31% from 255) = 66.54%
R=29.74%
G=3.72%
B=66.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80101790.550.9400.30264.8589.4237.06
Hex50AB3375E01E1095925
Octal120122636713603641113145
Binary101000010101011001111011110111100111101000010011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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