#502CCF

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

Shades of Purple Heart #502CCF

Tints of Purple Heart #502CCF

Color information

#502CCF (or 0x502CCF) is unknown color: approx Purple Heart. HEX triplet: 50, 2C and CF. RGB value is (80,44,207). Sum of RGB (Red+Green+Blue) = 80+44+207=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #502CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CCF is #AFD330. Grayscale: #484848. Windows color (decimal): -11522865 or 13577296. OLE color: 13577296.

HSL color Cylindrical-coordinate representation of color #502CCF: hue angle of 253.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502CCF is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8044207-
CMYK0.610.7900.19
HSL253.25º64.94%49.22%-
HSV(B)253.25º78.74%81.18%-
XYZ15.478.0159.76-
YUV73.35203.43132.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 44 (17.58% from 255) = 13.29%
BLUE value IS 207 (81.25% from 255) = 62.54%
R=24.17%
G=13.29%
B=62.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal80442070.610.7900.19253.2564.9449.22
Hex502CCF3D4F013fd4131
Octal120543177511702337510161
Binary1010000101100110011111111011001111010011111111011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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