#502BAC

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

Shades of Purple Heart #502BAC

Tints of Purple Heart #502BAC

Color information

#502BAC (or 0x502BAC) is unknown color: approx Purple Heart. HEX triplet: 50, 2B and AC. RGB value is (80,43,172). Sum of RGB (Red+Green+Blue) = 80+43+172=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #502BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502BAC is #AFD453. Grayscale: #444444. Windows color (decimal): -11523156 or 11283280. OLE color: 11283280.

HSL color Cylindrical-coordinate representation of color #502BAC: hue angle of 257.21º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502BAC is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8043172-
CMYK0.530.7500.33
HSL257.21º60%42.16%-
HSV(B)257.21º75%67.45%-
XYZ11.626.4139.65-
YUV68.77186.26136.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 43 (17.19% from 255) = 14.58%
BLUE value IS 172 (67.58% from 255) = 58.31%
R=27.12%
G=14.58%
B=58.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80431720.530.7500.33257.216042.16
Hex502BAC354B0211013c2a
Octal12053254651130414017452
Binary10100001010111010110011010110010110100001100000001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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