#7A41CA

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

Shades of Purple Heart #7A41CA

Tints of Purple Heart #7A41CA

Color information

#7A41CA (or 0x7A41CA) is unknown color: approx Purple Heart. HEX triplet: 7A, 41 and CA. RGB value is (122,65,202). Sum of RGB (Red+Green+Blue) = 122+65+202=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A41CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A41CA is #85BE35. Grayscale: #616161. Windows color (decimal): -8764982 or 13255034. OLE color: 13255034.

HSL color Cylindrical-coordinate representation of color #7A41CA: hue angle of 264.96º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A41CA is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12265202-
CMYK0.400.6800.21
HSL264.96º56.38%52.35%-
HSV(B)264.96º67.82%79.22%-
XYZ20.5812.1857.14-
YUV97.66186.88145.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.36%
GREEN value IS 65 (25.78% from 255) = 16.71%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=31.36%
G=16.71%
B=51.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122652020.400.6800.21264.9656.3852.35
Hex7A41CA28440151093834
Octal172101312501040254117064
Binary11110101000001110010101010001000100010101100001001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A41CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A41CA; }

 p { color: rgb(122,65,202); }

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

<style>
 a { background-color: #7A41CA; }

 a { background-color: rgb(122,65,202); }

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

<style>
 span { border-color: #7A41CA; }

 span { border-color: rgb(122,65,202); }

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