#742ECF

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

Shades of Purple Heart #742ECF

Tints of Purple Heart #742ECF

Color information

#742ECF (or 0x742ECF) is unknown color: approx Purple Heart. HEX triplet: 74, 2E and CF. RGB value is (116,46,207). Sum of RGB (Red+Green+Blue) = 116+46+207=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #742ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742ECF is #8BD130. Grayscale: #545454. Windows color (decimal): -9163057 or 13577844. OLE color: 13577844.

HSL color Cylindrical-coordinate representation of color #742ECF: hue angle of 266.09º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #742ECF is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11646207-
CMYK0.440.7800.19
HSL266.09º63.64%49.61%-
HSV(B)266.09º77.78%81.18%-
XYZ19.4410.1759.97-
YUV85.28196.69149.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 46 (18.36% from 255) = 12.47%
BLUE value IS 207 (81.25% from 255) = 56.10%
R=31.44%
G=12.47%
B=56.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116462070.440.7800.19266.0963.6449.61
Hex742ECF2C4E01310a4032
Octal164563175411602341210062
Binary11101001011101100111110110010011100100111000010101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742ECF; }

 p { color: rgb(116,46,207); }

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

<style>
 a { background-color: #742ECF; }

 a { background-color: rgb(116,46,207); }

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

<style>
 span { border-color: #742ECF; }

 span { border-color: rgb(116,46,207); }

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