#5010BB

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

Shades of Purple Heart #5010BB

Tints of Purple Heart #5010BB

Color information

#5010BB (or 0x5010BB) is unknown color: approx Purple Heart. HEX triplet: 50, 10 and BB. RGB value is (80,16,187). Sum of RGB (Red+Green+Blue) = 80+16+187=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #5010BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5010BB is #AFEF44. Grayscale: #363636. Windows color (decimal): -11530053 or 12259408. OLE color: 12259408.

HSL color Cylindrical-coordinate representation of color #5010BB: hue angle of 262.46º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5010BB is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8016187-
CMYK0.570.9100.27
HSL262.46º84.24%39.8%-
HSV(B)262.46º91.44%73.33%-
XYZ12.465.6647.45-
YUV54.63202.7146.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 16 (6.64% from 255) = 5.65%
BLUE value IS 187 (73.44% from 255) = 66.08%
R=28.27%
G=5.65%
B=66.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80161870.570.9100.27262.4684.2439.8
Hex5010BB395B01B1065428
Octal120202737113303340612450
Binary1010000100001011101111100110110110110111000001101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5010BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5010BB; }

 p { color: rgb(80,16,187); }

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

<style>
 a { background-color: #5010BB; }

 a { background-color: rgb(80,16,187); }

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

<style>
 span { border-color: #5010BB; }

 span { border-color: rgb(80,16,187); }

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