#502BBB

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

Shades of Purple Heart #502BBB

Tints of Purple Heart #502BBB

Color information

#502BBB (or 0x502BBB) is unknown color: approx Purple Heart. HEX triplet: 50, 2B and BB. RGB value is (80,43,187). Sum of RGB (Red+Green+Blue) = 80+43+187=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #502BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BBB is #AFD444. Grayscale: #454545. Windows color (decimal): -11523141 or 12266320. OLE color: 12266320.

HSL color Cylindrical-coordinate representation of color #502BBB: hue angle of 255.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502BBB is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8043187-
CMYK0.570.7700.27
HSL255.42º62.61%45.1%-
HSV(B)255.42º77.01%73.33%-
XYZ13.147.0247.68-
YUV70.48193.76134.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 187 (73.44% from 255) = 60.32%
R=25.81%
G=13.87%
B=60.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80431870.570.7700.27255.4262.6145.1
Hex502BBB394D01Bff3f2d
Octal12053273711150333777755
Binary101000010101110111011111001100110101101111111111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502BBB; }

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

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

<style>
 a { background-color: #502BBB; }

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

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

<style>
 span { border-color: #502BBB; }

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

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