#7007AD

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

Shades of Purple Heart #7007AD

Tints of Purple Heart #7007AD

Color information

#7007AD (or 0x7007AD) is unknown color: approx Purple Heart. HEX triplet: 70, 07 and AD. RGB value is (112,7,173). Sum of RGB (Red+Green+Blue) = 112+7+173=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #7007AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7007AD is #8FF852. Grayscale: #383838. Windows color (decimal): -9435219 or 11339632. OLE color: 11339632.

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

Color convert

RGB1127173-
CMYK0.350.9600.32
HSL277.95º92.22%35.29%-
HSV(B)277.95º95.95%67.84%-
XYZ14.36.6140.06-
YUV57.32193.29167-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 7 (3.12% from 255) = 2.40%
BLUE value IS 173 (67.97% from 255) = 59.25%
R=38.36%
G=2.40%
B=59.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11271730.350.9600.32277.9592.2235.29
Hex707AD23600201165c23
Octal16072554314004042613443
Binary111000011110101101100011110000001000001000101101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7007AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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