#7A41BF

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

Shades of Purple Heart #7A41BF

Tints of Purple Heart #7A41BF

Color information

#7A41BF (or 0x7A41BF) is unknown color: approx Purple Heart. HEX triplet: 7A, 41 and BF. RGB value is (122,65,191). Sum of RGB (Red+Green+Blue) = 122+65+191=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A41BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A41BF is #85BE40. Grayscale: #5F5F5F. Windows color (decimal): -8764993 or 12534138. OLE color: 12534138.

HSL color Cylindrical-coordinate representation of color #7A41BF: hue angle of 267.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A41BF is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12265191-
CMYK0.360.6600.25
HSL267.14º49.61%50.2%-
HSV(B)267.14º65.97%74.9%-
XYZ19.3211.6850.53-
YUV96.41181.38146.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.28%
GREEN value IS 65 (25.78% from 255) = 17.20%
BLUE value IS 191 (75% from 255) = 50.53%
R=32.28%
G=17.20%
B=50.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122651910.360.6600.25267.1449.6150.2
Hex7A41BF244201910b3232
Octal172101277441020314136262
Binary11110101000001101111111001001000010011001100001011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A41BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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