#740AAC

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

Shades of Purple Heart #740AAC

Tints of Purple Heart #740AAC

Color information

#740AAC (or 0x740AAC) is unknown color: approx Purple Heart. HEX triplet: 74, 0A and AC. RGB value is (116,10,172). Sum of RGB (Red+Green+Blue) = 116+10+172=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #740AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740AAC is #8BF553. Grayscale: #3B3B3B. Windows color (decimal): -9172308 or 11274868. OLE color: 11274868.

HSL color Cylindrical-coordinate representation of color #740AAC: hue angle of 279.26º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740AAC is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11610172-
CMYK0.330.9400.33
HSL279.26º89.01%35.69%-
HSV(B)279.26º94.19%67.45%-
XYZ14.766.9139.59-
YUV60.16191.12167.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 10 (4.30% from 255) = 3.36%
BLUE value IS 172 (67.58% from 255) = 57.72%
R=38.93%
G=3.36%
B=57.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116101720.330.9400.33279.2689.0135.69
Hex74AAC215E0211175924
Octal164122544113604142713144
Binary1110100101010101100100001101111001000011000101111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740AAC; }

 p { color: rgb(116,10,172); }

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

<style>
 a { background-color: #740AAC; }

 a { background-color: rgb(116,10,172); }

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

<style>
 span { border-color: #740AAC; }

 span { border-color: rgb(116,10,172); }

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