#7A26BF

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

Shades of Purple Heart #7A26BF

Tints of Purple Heart #7A26BF

Color information

#7A26BF (or 0x7A26BF) is unknown color: approx Purple Heart. HEX triplet: 7A, 26 and BF. RGB value is (122,38,191). Sum of RGB (Red+Green+Blue) = 122+38+191=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A26BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A26BF is #85D940. Grayscale: #505050. Windows color (decimal): -8771905 or 12527226. OLE color: 12527226.

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

Color convert

RGB12238191-
CMYK0.360.8000.25
HSL272.94º66.81%44.9%-
HSV(B)272.94º80.1%74.9%-
XYZ18.129.2950.13-
YUV80.56190.33157.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.76%
GREEN value IS 38 (15.23% from 255) = 10.83%
BLUE value IS 191 (75% from 255) = 54.42%
R=34.76%
G=10.83%
B=54.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122381910.360.8000.25272.9466.8144.9
Hex7A26BF2450019111432d
Octal172462774412003142110355
Binary11110101001101011111110010010100000110011000100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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