#7009C4

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

Shades of Purple Heart #7009C4

Tints of Purple Heart #7009C4

Color information

#7009C4 (or 0x7009C4) is unknown color: approx Purple Heart. HEX triplet: 70, 09 and C4. RGB value is (112,9,196). Sum of RGB (Red+Green+Blue) = 112+9+196=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 196 (76.95% from 255 or 61.83% from 317); Max value from RGB is 196 - color contains mainly: blue. Hex color #7009C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7009C4 is #8FF63B. Grayscale: #3C3C3C. Windows color (decimal): -9434684 or 12847472. OLE color: 12847472.

HSL color Cylindrical-coordinate representation of color #7009C4: hue angle of 273.05º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7009C4 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1129196-
CMYK0.430.9500.23
HSL273.05º91.22%40.2%-
HSV(B)273.05º95.41%76.86%-
XYZ16.747.6352.81-
YUV61.12204.12164.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 9 (3.91% from 255) = 2.84%
BLUE value IS 196 (76.95% from 255) = 61.83%
R=35.33%
G=2.84%
B=61.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal11291960.430.9500.23273.0591.2240.2
Hex709C42B5F0171115b28
Octal160113045313702742113350
Binary111000010011100010010101110111110101111000100011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7009C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7009C4; }

 p { color: rgb(112,9,196); }

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

<style>
 a { background-color: #7009C4; }

 a { background-color: rgb(112,9,196); }

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

<style>
 span { border-color: #7009C4; }

 span { border-color: rgb(112,9,196); }

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