#5024BD

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

Shades of Purple Heart #5024BD

Tints of Purple Heart #5024BD

Color information

#5024BD (or 0x5024BD) is unknown color: approx Purple Heart. HEX triplet: 50, 24 and BD. RGB value is (80,36,189). Sum of RGB (Red+Green+Blue) = 80+36+189=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #5024BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5024BD is #AFDB42. Grayscale: #424242. Windows color (decimal): -11524931 or 12395600. OLE color: 12395600.

HSL color Cylindrical-coordinate representation of color #5024BD: hue angle of 257.25º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5024BD is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8036189-
CMYK0.580.8100.26
HSL257.25º68%44.12%-
HSV(B)257.25º80.95%74.12%-
XYZ13.126.6448.73-
YUV66.6197.08137.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 189 (74.22% from 255) = 61.97%
R=26.23%
G=11.80%
B=61.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80361890.580.8100.26257.256844.12
Hex5024BD3A5101A101442c
Octal120442757212103240110454
Binary10100001001001011110111101010100010110101000000011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5024BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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