#743FBF

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

Shades of Purple Heart #743FBF

Tints of Purple Heart #743FBF

Color information

#743FBF (or 0x743FBF) is unknown color: approx Purple Heart. HEX triplet: 74, 3F and BF. RGB value is (116,63,191). Sum of RGB (Red+Green+Blue) = 116+63+191=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #743FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FBF is #8BC040. Grayscale: #5C5C5C. Windows color (decimal): -9158721 or 12533620. OLE color: 12533620.

HSL color Cylindrical-coordinate representation of color #743FBF: hue angle of 264.84º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #743FBF is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11663191-
CMYK0.390.6700.25
HSL264.84º50.39%49.8%-
HSV(B)264.84º67.02%74.9%-
XYZ18.3811.0350.45-
YUV93.44183.06144.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 63 (25% from 255) = 17.03%
BLUE value IS 191 (75% from 255) = 51.62%
R=31.35%
G=17.03%
B=51.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116631910.390.6700.25264.8450.3949.8
Hex743FBF27430191093232
Octal16477277471030314116262
Binary1110100111111101111111001111000011011001100001001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743FBF; }

 p { color: rgb(116,63,191); }

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

<style>
 a { background-color: #743FBF; }

 a { background-color: rgb(116,63,191); }

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

<style>
 span { border-color: #743FBF; }

 span { border-color: rgb(116,63,191); }

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