#740CBD

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

Shades of Purple Heart #740CBD

Tints of Purple Heart #740CBD

Color information

#740CBD (or 0x740CBD) is unknown color: approx Purple Heart. HEX triplet: 74, 0C and BD. RGB value is (116,12,189). Sum of RGB (Red+Green+Blue) = 116+12+189=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #740CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CBD is #8BF342. Grayscale: #3E3E3E. Windows color (decimal): -9171779 or 12389492. OLE color: 12389492.

HSL color Cylindrical-coordinate representation of color #740CBD: hue angle of 275.25º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740CBD is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11612189-
CMYK0.390.9400.26
HSL275.25º88.06%39.41%-
HSV(B)275.25º93.65%74.12%-
XYZ16.527.6548.75-
YUV63.27198.96165.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 12 (5.08% from 255) = 3.79%
BLUE value IS 189 (74.22% from 255) = 59.62%
R=36.59%
G=3.79%
B=59.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116121890.390.9400.26275.2588.0639.41
Hex74CBD275E01A1135827
Octal164142754713603242313047
Binary111010011001011110110011110111100110101000100111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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