#742AB6

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

Shades of Purple Heart #742AB6

Tints of Purple Heart #742AB6

Color information

#742AB6 (or 0x742AB6) is unknown color: approx Purple Heart. HEX triplet: 74, 2A and B6. RGB value is (116,42,182). Sum of RGB (Red+Green+Blue) = 116+42+182=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 182 (71.48% from 255 or 53.53% from 340); Max value from RGB is 182 - color contains mainly: blue. Hex color #742AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742AB6 is #8BD549. Grayscale: #4F4F4F. Windows color (decimal): -9164106 or 11938420. OLE color: 11938420.

HSL color Cylindrical-coordinate representation of color #742AB6: hue angle of 271.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #742AB6 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11642182-
CMYK0.360.7700.29
HSL271.71º62.5%43.92%-
HSV(B)271.71º76.92%71.37%-
XYZ16.478.7545.08-
YUV80.09185.52153.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 42 (16.80% from 255) = 12.35%
BLUE value IS 182 (71.48% from 255) = 53.53%
R=34.12%
G=12.35%
B=53.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116421820.360.7700.29271.7162.543.92
Hex742AB6244D01D1103e2c
Octal16452266441150354207654
Binary1110100101010101101101001001001101011101100010000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,42,182); }

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

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

 a { background-color: rgb(116,42,182); }

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

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

 span { border-color: rgb(116,42,182); }

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