#742EBA

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

Shades of Purple Heart #742EBA

Tints of Purple Heart #742EBA

Color information

#742EBA (or 0x742EBA) is unknown color: approx Purple Heart. HEX triplet: 74, 2E and BA. RGB value is (116,46,186). Sum of RGB (Red+Green+Blue) = 116+46+186=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #742EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742EBA is #8BD145. Grayscale: #525252. Windows color (decimal): -9163078 or 12201588. OLE color: 12201588.

HSL color Cylindrical-coordinate representation of color #742EBA: hue angle of 270º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #742EBA is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11646186-
CMYK0.380.7500.27
HSL270º60.34%45.49%-
HSV(B)270º75.27%72.94%-
XYZ17.049.2147.33-
YUV82.89186.19151.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 46 (18.36% from 255) = 13.22%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=33.33%
G=13.22%
B=53.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116461860.380.7500.2727060.3445.49
Hex742EBA264B01B10e3c2d
Octal16456272461130334167455
Binary1110100101110101110101001101001011011011100001110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742EBA; }

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

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

<style>
 a { background-color: #742EBA; }

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

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

<style>
 span { border-color: #742EBA; }

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

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