#7A086B

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

Shades of Purple #7A086B

Tints of Purple #7A086B

Color information

#7A086B (or 0x7A086B) is unknown color: approx Purple. HEX triplet: 7A, 08 and 6B. RGB value is (122,8,107). Sum of RGB (Red+Green+Blue) = 122+8+107=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A086B is #85F794. Grayscale: #353535. Windows color (decimal): -8779669 or 7014522. OLE color: 7014522.

HSL color Cylindrical-coordinate representation of color #7A086B: hue angle of 307.89º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A086B is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB1228107-
CMYK00.930.120.52
HSL307.89º87.69%25.49%-
HSV(B)307.89º93.44%47.84%-
XYZ10.775.3714.38-
YUV53.37158.27176.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.48%
GREEN value IS 8 (3.52% from 255) = 3.38%
BLUE value IS 107 (42.19% from 255) = 45.15%
R=51.48%
G=3.38%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122810700.930.120.52307.8987.6925.49
Hex7A86B05DC341345819
Octal172101530135146446413031
Binary111101010001101011010111011100110100100110100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,8,107); }

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

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

 a { background-color: rgb(122,8,107); }

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

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

 span { border-color: rgb(122,8,107); }

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