#7024BD

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

Shades of Purple Heart #7024BD

Tints of Purple Heart #7024BD

Color information

#7024BD (or 0x7024BD) is unknown color: approx Purple Heart. HEX triplet: 70, 24 and BD. RGB value is (112,36,189). Sum of RGB (Red+Green+Blue) = 112+36+189=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #7024BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7024BD is #8FDB42. Grayscale: #4B4B4B. Windows color (decimal): -9427779 or 12395632. OLE color: 12395632.

HSL color Cylindrical-coordinate representation of color #7024BD: hue angle of 269.8º 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 #7024BD is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11236189-
CMYK0.410.8100.26
HSL269.8º68%44.12%-
HSV(B)269.8º80.95%74.12%-
XYZ16.58.3848.89-
YUV76.17191.68153.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 36 (14.45% from 255) = 10.68%
BLUE value IS 189 (74.22% from 255) = 56.08%
R=33.23%
G=10.68%
B=56.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112361890.410.8100.26269.86844.12
Hex7024BD295101A10e442c
Octal160442755112103241610454
Binary11100001001001011110110100110100010110101000011101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7024BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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