#742ACA

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

Shades of Purple Heart #742ACA

Tints of Purple Heart #742ACA

Color information

#742ACA (or 0x742ACA) is unknown color: approx Purple Heart. HEX triplet: 74, 2A and CA. RGB value is (116,42,202). Sum of RGB (Red+Green+Blue) = 116+42+202=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #742ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742ACA is #8BD535. Grayscale: #515151. Windows color (decimal): -9164086 or 13249140. OLE color: 13249140.

HSL color Cylindrical-coordinate representation of color #742ACA: hue angle of 267.75º degrees, saturation: 0.66, 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 #742ACA is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11642202-
CMYK0.430.7900.21
HSL267.75º65.57%47.84%-
HSV(B)267.75º79.21%79.22%-
XYZ18.699.6356.75-
YUV82.37195.52151.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.22%
GREEN value IS 42 (16.80% from 255) = 11.67%
BLUE value IS 202 (79.30% from 255) = 56.11%
R=32.22%
G=11.67%
B=56.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116422020.430.7900.21267.7565.5747.84
Hex742ACA2B4F01510c4230
Octal164523125311702541410260
Binary11101001010101100101010101110011110101011000011001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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