#742AAF

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

Shades of Purple Heart #742AAF

Tints of Purple Heart #742AAF

Color information

#742AAF (or 0x742AAF) is unknown color: approx Purple Heart. HEX triplet: 74, 2A and AF. RGB value is (116,42,175). Sum of RGB (Red+Green+Blue) = 116+42+175=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #742AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742AAF is #8BD550. Grayscale: #4E4E4E. Windows color (decimal): -9164113 or 11479668. OLE color: 11479668.

HSL color Cylindrical-coordinate representation of color #742AAF: hue angle of 273.38º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742AAF is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11642175-
CMYK0.340.7600.31
HSL273.38º61.29%42.55%-
HSV(B)273.38º76%68.63%-
XYZ15.778.4641.36-
YUV79.29182.02154.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 42 (16.80% from 255) = 12.61%
BLUE value IS 175 (68.75% from 255) = 52.55%
R=34.83%
G=12.61%
B=52.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116421750.340.7600.31273.3861.2942.55
Hex742AAF224C01F1113d2b
Octal16452257421140374217553
Binary1110100101010101011111000101001100011111100010001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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