#5024b6

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

Shades of Purple Heart #5024B6

Tints of Purple Heart #5024B6

Color information

#5024B6 (or 0x5024B6) is unknown color: approx Purple Heart. HEX triplet: 50, 24 and B6. RGB value is (80,36,182). Sum of RGB (Red+Green+Blue) = 80+36+182=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 182 (71.48% from 255 or 61.07% from 298); Max value from RGB is 182 - color contains mainly: blue. Hex color #5024B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5024B6 is #AFDB49. Grayscale: #414141. Windows color (decimal): -11524938 or 11936848. OLE color: 11936848.

HSL color Cylindrical-coordinate representation of color #5024B6: hue angle of 258.08º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5024B6 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8036182-
CMYK0.560.8000.29
HSL258.08º66.97%42.75%-
HSV(B)258.08º80.22%71.37%-
XYZ12.386.3444.83-
YUV65.8193.58138.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 36 (14.45% from 255) = 12.08%
BLUE value IS 182 (71.48% from 255) = 61.07%
R=26.85%
G=12.08%
B=61.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80361820.560.8000.29258.0866.9742.75
Hex5024B6385001D102432b
Octal120442667012003540210353
Binary10100001001001011011011100010100000111011000000101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5024b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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