#500BB6

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

Shades of Purple Heart #500BB6

Tints of Purple Heart #500BB6

Color information

#500BB6 (or 0x500BB6) is unknown color: approx Purple Heart. HEX triplet: 50, 0B and B6. RGB value is (80,11,182). Sum of RGB (Red+Green+Blue) = 80+11+182=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 182 (71.48% from 255 or 66.67% from 273); Max value from RGB is 182 - color contains mainly: blue. Hex color #500BB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BB6 is #AFF449. Grayscale: #323232. Windows color (decimal): -11531338 or 11930448. OLE color: 11930448.

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

Color convert

RGB8011182-
CMYK0.560.9400.29
HSL264.21º88.6%37.84%-
HSV(B)264.21º93.96%71.37%-
XYZ11.875.3244.66-
YUV51.12201.86148.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 11 (4.69% from 255) = 4.03%
BLUE value IS 182 (71.48% from 255) = 66.67%
R=29.30%
G=4.03%
B=66.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80111820.560.9400.29264.2188.637.84
Hex50BB6385E01D1085926
Octal120132667013603541013146
Binary101000010111011011011100010111100111011000010001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,11,182); }

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

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

 a { background-color: rgb(80,11,182); }

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

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

 span { border-color: rgb(80,11,182); }

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