#743ABC

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

Shades of Purple Heart #743ABC

Tints of Purple Heart #743ABC

Color information

#743ABC (or 0x743ABC) is unknown color: approx Purple Heart. HEX triplet: 74, 3A and BC. RGB value is (116,58,188). Sum of RGB (Red+Green+Blue) = 116+58+188=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #743ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ABC is #8BC543. Grayscale: #595959. Windows color (decimal): -9160004 or 12335732. OLE color: 12335732.

HSL color Cylindrical-coordinate representation of color #743ABC: hue angle of 266.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #743ABC is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11658188-
CMYK0.380.6900.26
HSL266.77º52.85%48.24%-
HSV(B)266.77º69.15%73.73%-
XYZ17.7910.3748.64-
YUV90.16183.22146.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.04%
GREEN value IS 58 (23.05% from 255) = 16.02%
BLUE value IS 188 (73.83% from 255) = 51.93%
R=32.04%
G=16.02%
B=51.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116581880.380.6900.26266.7752.8548.24
Hex743ABC264501A10b3530
Octal16472274461050324136560
Binary1110100111010101111001001101000101011010100001011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,58,188); }

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

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

 a { background-color: rgb(116,58,188); }

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

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

 span { border-color: rgb(116,58,188); }

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