#743ed8

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

Shades of Purple Heart #743ED8

Tints of Purple Heart #743ED8

Color information

#743ED8 (or 0x743ED8) is unknown color: approx Purple Heart. HEX triplet: 74, 3E and D8. RGB value is (116,62,216). Sum of RGB (Red+Green+Blue) = 116+62+216=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 216 (84.77% from 255 or 54.82% from 394); Max value from RGB is 216 - color contains mainly: blue. Hex color #743ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ED8 is #8BC127. Grayscale: #5F5F5F. Windows color (decimal): -9158952 or 14171764. OLE color: 14171764.

HSL color Cylindrical-coordinate representation of color #743ED8: hue angle of 261.04º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #743ED8 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11662216-
CMYK0.460.7100.15
HSL261.04º66.38%54.51%-
HSV(B)261.04º71.3%84.71%-
XYZ21.3212.1266.18-
YUV95.7195.89142.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 62 (24.61% from 255) = 15.74%
BLUE value IS 216 (84.77% from 255) = 54.82%
R=29.44%
G=15.74%
B=54.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116622160.460.7100.15261.0466.3854.51
Hex743ED82E470F1054237
Octal164763305610701740510267
Binary1110100111110110110001011101000111011111000001011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743ed8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,62,216); }

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

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

 a { background-color: rgb(116,62,216); }

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

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

 span { border-color: rgb(116,62,216); }

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