#740CAC

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

Shades of Purple Heart #740CAC

Tints of Purple Heart #740CAC

Color information

#740CAC (or 0x740CAC) is unknown color: approx Purple Heart. HEX triplet: 74, 0C and AC. RGB value is (116,12,172). Sum of RGB (Red+Green+Blue) = 116+12+172=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #740CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740CAC is #8BF353. Grayscale: #3C3C3C. Windows color (decimal): -9171796 or 11275380. OLE color: 11275380.

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

Color convert

RGB11612172-
CMYK0.330.9300.33
HSL279º86.96%36.08%-
HSV(B)279º93.02%67.45%-
XYZ14.786.9539.59-
YUV61.34190.46166.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 12 (5.08% from 255) = 4%
BLUE value IS 172 (67.58% from 255) = 57.33%
R=38.67%
G=4%
B=57.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116121720.330.9300.3327986.9636.08
Hex74CAC215D0211175724
Octal164142544113504142712744
Binary1110100110010101100100001101110101000011000101111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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