#740CB5

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

Shades of Purple Heart #740CB5

Tints of Purple Heart #740CB5

Color information

#740CB5 (or 0x740CB5) is unknown color: approx Purple Heart. HEX triplet: 74, 0C and B5. RGB value is (116,12,181). Sum of RGB (Red+Green+Blue) = 116+12+181=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 181 (71.09% from 255 or 58.58% from 309); Max value from RGB is 181 - color contains mainly: blue. Hex color #740CB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CB5 is #8BF34A. Grayscale: #3D3D3D. Windows color (decimal): -9171787 or 11865204. OLE color: 11865204.

HSL color Cylindrical-coordinate representation of color #740CB5: hue angle of 276.92º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740CB5 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11612181-
CMYK0.360.9300.29
HSL276.92º87.56%37.84%-
HSV(B)276.92º93.37%70.98%-
XYZ15.677.3144.3-
YUV62.36194.96166.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 12 (5.08% from 255) = 3.88%
BLUE value IS 181 (71.09% from 255) = 58.58%
R=37.54%
G=3.88%
B=58.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116121810.360.9300.29276.9287.5637.84
Hex74CB5245D01D1155826
Octal164142654413503542513046
Binary111010011001011010110010010111010111011000101011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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