#502ABD

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

Shades of Purple Heart #502ABD

Tints of Purple Heart #502ABD

Color information

#502ABD (or 0x502ABD) is unknown color: approx Purple Heart. HEX triplet: 50, 2A and BD. RGB value is (80,42,189). Sum of RGB (Red+Green+Blue) = 80+42+189=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #502ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502ABD is #AFD542. Grayscale: #454545. Windows color (decimal): -11523395 or 12397136. OLE color: 12397136.

HSL color Cylindrical-coordinate representation of color #502ABD: hue angle of 255.51º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502ABD is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8042189-
CMYK0.580.7800.26
HSL255.51º63.64%45.29%-
HSV(B)255.51º77.78%74.12%-
XYZ13.327.0448.8-
YUV70.12195.09135.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 42 (16.80% from 255) = 13.50%
BLUE value IS 189 (74.22% from 255) = 60.77%
R=25.72%
G=13.50%
B=60.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80421890.580.7800.26255.5163.6445.29
Hex502ABD3A4E01A100402d
Octal120522757211603240010055
Binary10100001010101011110111101010011100110101000000001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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