#743CD6

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

Shades of Purple Heart #743CD6

Tints of Purple Heart #743CD6

Color information

#743CD6 (or 0x743CD6) is unknown color: approx Purple Heart. HEX triplet: 74, 3C and D6. RGB value is (116,60,214). Sum of RGB (Red+Green+Blue) = 116+60+214=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #743CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CD6 is #8BC329. Grayscale: #5D5D5D. Windows color (decimal): -9159466 or 14040180. OLE color: 14040180.

HSL color Cylindrical-coordinate representation of color #743CD6: hue angle of 261.82º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743CD6 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11660214-
CMYK0.460.7200.16
HSL261.82º65.25%53.73%-
HSV(B)261.82º71.96%83.92%-
XYZ20.9611.864.79-
YUV94.3195.55143.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 60 (23.83% from 255) = 15.38%
BLUE value IS 214 (83.98% from 255) = 54.87%
R=29.74%
G=15.38%
B=54.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal116602140.460.7200.16261.8265.2553.73
Hex743CD62E480101064136
Octal164743265611002040610166
Binary11101001111001101011010111010010000100001000001101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,60,214); }

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

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

 a { background-color: rgb(116,60,214); }

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

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

 span { border-color: rgb(116,60,214); }

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