#7004AD

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

Shades of Purple Heart #7004AD

Tints of Purple Heart #7004AD

Color information

#7004AD (or 0x7004AD) is unknown color: approx Purple Heart. HEX triplet: 70, 04 and AD. RGB value is (112,4,173). Sum of RGB (Red+Green+Blue) = 112+4+173=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #7004AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7004AD is #8FFB52. Grayscale: #363636. Windows color (decimal): -9435987 or 11338864. OLE color: 11338864.

HSL color Cylindrical-coordinate representation of color #7004AD: hue angle of 278.34º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7004AD is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1124173-
CMYK0.350.9800.32
HSL278.34º95.48%34.71%-
HSV(B)278.34º97.69%67.84%-
XYZ14.276.5540.05-
YUV55.56194.28168.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 173 (67.97% from 255) = 59.86%
R=38.75%
G=1.38%
B=59.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11241730.350.9800.32278.3495.4834.71
Hex704AD23620201165f23
Octal16042554314204042613743
Binary111000010010101101100011110001001000001000101101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7004AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7004AD; }

 p { color: rgb(112,4,173); }

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

<style>
 a { background-color: #7004AD; }

 a { background-color: rgb(112,4,173); }

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

<style>
 span { border-color: #7004AD; }

 span { border-color: rgb(112,4,173); }

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