#743FD0

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

Shades of Purple Heart #743FD0

Tints of Purple Heart #743FD0

Color information

#743FD0 (or 0x743FD0) is unknown color: approx Purple Heart. HEX triplet: 74, 3F and D0. RGB value is (116,63,208). Sum of RGB (Red+Green+Blue) = 116+63+208=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #743FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FD0 is #8BC02F. Grayscale: #5E5E5E. Windows color (decimal): -9158704 or 13647732. OLE color: 13647732.

HSL color Cylindrical-coordinate representation of color #743FD0: hue angle of 261.93º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #743FD0 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11663208-
CMYK0.440.7000.18
HSL261.93º60.67%53.14%-
HSV(B)261.93º69.71%81.57%-
XYZ20.3711.8260.88-
YUV95.38191.56142.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 63 (25% from 255) = 16.28%
BLUE value IS 208 (81.64% from 255) = 53.75%
R=29.97%
G=16.28%
B=53.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal116632080.440.7000.18261.9360.6753.14
Hex743FD02C460121063d35
Octal16477320541060224067565
Binary1110100111111110100001011001000110010010100000110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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