#740CAD

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

Shades of Purple Heart #740CAD

Tints of Purple Heart #740CAD

Color information

#740CAD (or 0x740CAD) is unknown color: approx Purple Heart. HEX triplet: 74, 0C and AD. RGB value is (116,12,173). Sum of RGB (Red+Green+Blue) = 116+12+173=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #740CAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740CAD is #8BF352. Grayscale: #3C3C3C. Windows color (decimal): -9171795 or 11340916. OLE color: 11340916.

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

Color convert

RGB11612173-
CMYK0.330.9300.32
HSL278.76º87.03%36.27%-
HSV(B)278.76º93.06%67.84%-
XYZ14.886.9940.1-
YUV61.45190.96166.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 12 (5.08% from 255) = 3.99%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=38.54%
G=3.99%
B=57.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116121730.330.9300.32278.7687.0336.27
Hex74CAD215D0201175724
Octal164142554113504042712744
Binary1110100110010101101100001101110101000001000101111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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