#502ABB

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

Shades of Purple Heart #502ABB

Tints of Purple Heart #502ABB

Color information

#502ABB (or 0x502ABB) is unknown color: approx Purple Heart. HEX triplet: 50, 2A and BB. RGB value is (80,42,187). Sum of RGB (Red+Green+Blue) = 80+42+187=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #502ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502ABB is #AFD544. Grayscale: #454545. Windows color (decimal): -11523397 or 12266064. OLE color: 12266064.

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

Color convert

RGB8042187-
CMYK0.570.7800.27
HSL255.72º63.32%44.9%-
HSV(B)255.72º77.54%73.33%-
XYZ13.116.9547.66-
YUV69.89194.09135.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 42 (16.80% from 255) = 13.59%
BLUE value IS 187 (73.44% from 255) = 60.52%
R=25.89%
G=13.59%
B=60.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80421870.570.7800.27255.7263.3244.9
Hex502ABB394E01B1003f2d
Octal12052273711160334007755
Binary1010000101010101110111110011001110011011100000000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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