#7A26BB

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

Shades of Purple Heart #7A26BB

Tints of Purple Heart #7A26BB

Color information

#7A26BB (or 0x7A26BB) is unknown color: approx Purple Heart. HEX triplet: 7A, 26 and BB. RGB value is (122,38,187). Sum of RGB (Red+Green+Blue) = 122+38+187=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A26BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A26BB is #85D944. Grayscale: #4F4F4F. Windows color (decimal): -8771909 or 12265082. OLE color: 12265082.

HSL color Cylindrical-coordinate representation of color #7A26BB: hue angle of 273.83º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A26BB is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12238187-
CMYK0.350.8000.27
HSL273.83º66.22%44.12%-
HSV(B)273.83º79.68%73.33%-
XYZ17.699.1147.84-
YUV80.1188.33157.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 38 (15.23% from 255) = 10.95%
BLUE value IS 187 (73.44% from 255) = 53.89%
R=35.16%
G=10.95%
B=53.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122381870.350.8000.27273.8366.2244.12
Hex7A26BB235001B112422c
Octal172462734312003342210254
Binary11110101001101011101110001110100000110111000100101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A26BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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