#5024C3

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

Shades of Purple Heart #5024C3

Tints of Purple Heart #5024C3

Color information

#5024C3 (or 0x5024C3) is unknown color: approx Purple Heart. HEX triplet: 50, 24 and C3. RGB value is (80,36,195). Sum of RGB (Red+Green+Blue) = 80+36+195=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 195 (76.56% from 255 or 62.70% from 311); Max value from RGB is 195 - color contains mainly: blue. Hex color #5024C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5024C3 is #AFDB3C. Grayscale: #424242. Windows color (decimal): -11524925 or 12788816. OLE color: 12788816.

HSL color Cylindrical-coordinate representation of color #5024C3: hue angle of 256.6º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5024C3 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8036195-
CMYK0.590.8200.24
HSL256.6º68.83%45.29%-
HSV(B)256.6º81.54%76.47%-
XYZ13.796.9152.24-
YUV67.28200.08137.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 36 (14.45% from 255) = 11.58%
BLUE value IS 195 (76.56% from 255) = 62.70%
R=25.72%
G=11.58%
B=62.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80361950.590.8200.24256.668.8345.29
Hex5024C33B52018101452d
Octal120443037312203040110555
Binary10100001001001100001111101110100100110001000000011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5024C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5024C3; }

 p { color: rgb(80,36,195); }

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

<style>
 a { background-color: #5024C3; }

 a { background-color: rgb(80,36,195); }

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

<style>
 span { border-color: #5024C3; }

 span { border-color: rgb(80,36,195); }

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