#743CBA

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

Shades of Purple Heart #743CBA

Tints of Purple Heart #743CBA

Color information

#743CBA (or 0x743CBA) is unknown color: approx Purple Heart. HEX triplet: 74, 3C and BA. RGB value is (116,60,186). Sum of RGB (Red+Green+Blue) = 116+60+186=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #743CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CBA is #8BC345. Grayscale: #5A5A5A. Windows color (decimal): -9159494 or 12205172. OLE color: 12205172.

HSL color Cylindrical-coordinate representation of color #743CBA: hue angle of 266.67º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #743CBA is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11660186-
CMYK0.380.6800.27
HSL266.67º51.22%48.24%-
HSV(B)266.67º67.74%72.94%-
XYZ17.6810.4947.55-
YUV91.11181.55145.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.04%
GREEN value IS 60 (23.83% from 255) = 16.57%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=32.04%
G=16.57%
B=51.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116601860.380.6800.27266.6751.2248.24
Hex743CBA264401B10b3330
Octal16474272461040334136360
Binary1110100111100101110101001101000100011011100001011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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