#502CB7

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

Shades of Purple Heart #502CB7

Tints of Purple Heart #502CB7

Color information

#502CB7 (or 0x502CB7) is unknown color: approx Purple Heart. HEX triplet: 50, 2C and B7. RGB value is (80,44,183). Sum of RGB (Red+Green+Blue) = 80+44+183=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 183 (71.88% from 255 or 59.61% from 307); Max value from RGB is 183 - color contains mainly: blue. Hex color #502CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CB7 is #AFD348. Grayscale: #464646. Windows color (decimal): -11522889 or 12004432. OLE color: 12004432.

HSL color Cylindrical-coordinate representation of color #502CB7: hue angle of 255.54º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502CB7 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8044183-
CMYK0.560.7600.28
HSL255.54º61.23%44.51%-
HSV(B)255.54º75.96%71.76%-
XYZ12.766.9345.46-
YUV70.61191.43134.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 44 (17.58% from 255) = 14.33%
BLUE value IS 183 (71.88% from 255) = 59.61%
R=26.06%
G=14.33%
B=59.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80441830.560.7600.28255.5461.2344.51
Hex502CB7384C01C1003d2d
Octal12054267701140344007555
Binary1010000101100101101111110001001100011100100000000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,44,183); }

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

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

 a { background-color: rgb(80,44,183); }

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

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

 span { border-color: rgb(80,44,183); }

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