#743ABF

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

Shades of Purple Heart #743ABF

Tints of Purple Heart #743ABF

Color information

#743ABF (or 0x743ABF) is unknown color: approx Purple Heart. HEX triplet: 74, 3A and BF. RGB value is (116,58,191). Sum of RGB (Red+Green+Blue) = 116+58+191=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #743ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ABF is #8BC540. Grayscale: #5A5A5A. Windows color (decimal): -9160001 or 12532340. OLE color: 12532340.

HSL color Cylindrical-coordinate representation of color #743ABF: hue angle of 266.17º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #743ABF is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11658191-
CMYK0.390.7000.25
HSL266.17º53.41%48.82%-
HSV(B)266.17º69.63%74.9%-
XYZ18.1210.550.36-
YUV90.5184.72146.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.78%
GREEN value IS 58 (23.05% from 255) = 15.89%
BLUE value IS 191 (75% from 255) = 52.33%
R=31.78%
G=15.89%
B=52.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116581910.390.7000.25266.1753.4148.82
Hex743ABF274601910a3531
Octal16472277471060314126561
Binary1110100111010101111111001111000110011001100001010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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