#5006B9

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

Shades of Purple Heart #5006B9

Tints of Purple Heart #5006B9

Color information

#5006B9 (or 0x5006B9) is unknown color: approx Purple Heart. HEX triplet: 50, 06 and B9. RGB value is (80,6,185). Sum of RGB (Red+Green+Blue) = 80+6+185=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 185 (72.66% from 255 or 68.27% from 271); Max value from RGB is 185 - color contains mainly: blue. Hex color #5006B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5006B9 is #AFF946. Grayscale: #2F2F2F. Windows color (decimal): -11532615 or 12125776. OLE color: 12125776.

HSL color Cylindrical-coordinate representation of color #5006B9: hue angle of 264.8º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5006B9 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB806185-
CMYK0.570.9700.27
HSL264.8º93.72%37.45%-
HSV(B)264.8º96.76%72.55%-
XYZ12.135.3446.29-
YUV48.53205.02150.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 185 (72.66% from 255) = 68.27%
R=29.52%
G=2.21%
B=68.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8061850.570.9700.27264.893.7237.45
Hex506B9396101B1095e25
Octal12062717114103341113645
Binary10100001101011100111100111000010110111000010011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5006B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5006B9; }

 p { color: rgb(80,6,185); }

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

<style>
 a { background-color: #5006B9; }

 a { background-color: rgb(80,6,185); }

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

<style>
 span { border-color: #5006B9; }

 span { border-color: rgb(80,6,185); }

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