#742AC9

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

Shades of Purple Heart #742AC9

Tints of Purple Heart #742AC9

Color information

#742AC9 (or 0x742AC9) is unknown color: approx Purple Heart. HEX triplet: 74, 2A and C9. RGB value is (116,42,201). Sum of RGB (Red+Green+Blue) = 116+42+201=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #742AC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742AC9 is #8BD536. Grayscale: #515151. Windows color (decimal): -9164087 or 13183604. OLE color: 13183604.

HSL color Cylindrical-coordinate representation of color #742AC9: hue angle of 267.92º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #742AC9 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11642201-
CMYK0.420.7900.21
HSL267.92º65.43%47.65%-
HSV(B)267.92º79.1%78.82%-
XYZ18.579.5956.13-
YUV82.25195.02152.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.31%
GREEN value IS 42 (16.80% from 255) = 11.70%
BLUE value IS 201 (78.91% from 255) = 55.99%
R=32.31%
G=11.70%
B=55.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116422010.420.7900.21267.9265.4347.65
Hex742AC92A4F01510c4130
Octal164523115211702541410160
Binary11101001010101100100110101010011110101011000011001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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