#7A0F85

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

Shades of Purple #7A0F85

Tints of Purple #7A0F85

Color information

#7A0F85 (or 0x7A0F85) is unknown color: approx Purple. HEX triplet: 7A, 0F and 85. RGB value is (122,15,133). Sum of RGB (Red+Green+Blue) = 122+15+133=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A0F85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0F85 is #85F07A. Grayscale: #3C3C3C. Windows color (decimal): -8777851 or 8720250. OLE color: 8720250.

HSL color Cylindrical-coordinate representation of color #7A0F85: hue angle of 294.41º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0F85 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12215133-
CMYK0.080.8900.48
HSL294.41º79.73%29.02%-
HSV(B)294.41º88.72%52.16%-
XYZ12.436.1722.73-
YUV60.44168.95171.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.19%
GREEN value IS 15 (6.25% from 255) = 5.56%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=45.19%
G=5.56%
B=49.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122151330.080.8900.48294.4179.7329.02
Hex7AF85859030126501d
Octal172172051013106044612035
Binary1111010111110000101100010110010110000100100110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,15,133); }

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

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

 a { background-color: rgb(122,15,133); }

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

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

 span { border-color: rgb(122,15,133); }

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