#743ECC

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

Shades of Purple Heart #743ECC

Tints of Purple Heart #743ECC

Color information

#743ECC (or 0x743ECC) is unknown color: approx Purple Heart. HEX triplet: 74, 3E and CC. RGB value is (116,62,204). Sum of RGB (Red+Green+Blue) = 116+62+204=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #743ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ECC is #8BC133. Grayscale: #5D5D5D. Windows color (decimal): -9158964 or 13385332. OLE color: 13385332.

HSL color Cylindrical-coordinate representation of color #743ECC: hue angle of 262.82º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #743ECC is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11662204-
CMYK0.430.7000.2
HSL262.82º58.2%52.16%-
HSV(B)262.82º69.61%80%-
XYZ19.8211.5258.31-
YUV94.33189.89143.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.37%
GREEN value IS 62 (24.61% from 255) = 16.23%
BLUE value IS 204 (80.08% from 255) = 53.40%
R=30.37%
G=16.23%
B=53.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal116622040.430.7000.2262.8258.252.16
Hex743ECC2B460141073a34
Octal16476314531060244077264
Binary1110100111110110011001010111000110010100100000111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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