#743EBE

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

Shades of Purple Heart #743EBE

Tints of Purple Heart #743EBE

Color information

#743EBE (or 0x743EBE) is unknown color: approx Purple Heart. HEX triplet: 74, 3E and BE. RGB value is (116,62,190). Sum of RGB (Red+Green+Blue) = 116+62+190=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #743EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743EBE is #8BC141. Grayscale: #5C5C5C. Windows color (decimal): -9158978 or 12467828. OLE color: 12467828.

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

Color convert

RGB11662190-
CMYK0.390.6700.25
HSL265.31º50.79%49.41%-
HSV(B)265.31º67.37%74.51%-
XYZ18.2210.8849.85-
YUV92.74182.89144.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.52%
GREEN value IS 62 (24.61% from 255) = 16.85%
BLUE value IS 190 (74.61% from 255) = 51.63%
R=31.52%
G=16.85%
B=51.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116621900.390.6700.25265.3150.7949.41
Hex743EBE27430191093331
Octal16476276471030314116361
Binary1110100111110101111101001111000011011001100001001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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