#502ACC

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

Shades of Purple Heart #502ACC

Tints of Purple Heart #502ACC

Color information

#502ACC (or 0x502ACC) is unknown color: approx Purple Heart. HEX triplet: 50, 2A and CC. RGB value is (80,42,204). Sum of RGB (Red+Green+Blue) = 80+42+204=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #502ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502ACC is #AFD533. Grayscale: #474747. Windows color (decimal): -11523380 or 13380176. OLE color: 13380176.

HSL color Cylindrical-coordinate representation of color #502ACC: hue angle of 254.07º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502ACC is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8042204-
CMYK0.610.7900.2
HSL254.07º65.85%48.24%-
HSV(B)254.07º79.41%80%-
XYZ15.047.7257.82-
YUV71.83202.59133.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 42 (16.80% from 255) = 12.88%
BLUE value IS 204 (80.08% from 255) = 62.58%
R=24.54%
G=12.88%
B=62.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80422040.610.7900.2254.0765.8548.24
Hex502ACC3D4F014fe4230
Octal120523147511702437610260
Binary1010000101010110011001111011001111010100111111101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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