#740CB2

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

Shades of Purple Heart #740CB2

Tints of Purple Heart #740CB2

Color information

#740CB2 (or 0x740CB2) is unknown color: approx Purple Heart. HEX triplet: 74, 0C and B2. RGB value is (116,12,178). Sum of RGB (Red+Green+Blue) = 116+12+178=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 178 (69.92% from 255 or 58.17% from 306); Max value from RGB is 178 - color contains mainly: blue. Hex color #740CB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740CB2 is #8BF34D. Grayscale: #3D3D3D. Windows color (decimal): -9171790 or 11668596. OLE color: 11668596.

HSL color Cylindrical-coordinate representation of color #740CB2: hue angle of 277.59º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740CB2 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11612178-
CMYK0.350.9300.30
HSL277.59º87.37%37.25%-
HSV(B)277.59º93.26%69.8%-
XYZ15.377.1942.7-
YUV62.02193.46166.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 12 (5.08% from 255) = 3.92%
BLUE value IS 178 (69.92% from 255) = 58.17%
R=37.91%
G=3.92%
B=58.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal116121780.350.9300.30277.5987.3737.25
Hex74CB2235D01E1165725
Octal164142624313503642612745
Binary111010011001011001010001110111010111101000101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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