#7A0D7F

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

Shades of Purple #7A0D7F

Tints of Purple #7A0D7F

Color information

#7A0D7F (or 0x7A0D7F) is unknown color: approx Purple. HEX triplet: 7A, 0D and 7F. RGB value is (122,13,127). Sum of RGB (Red+Green+Blue) = 122+13+127=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A0D7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0D7F is #85F280. Grayscale: #3A3A3A. Windows color (decimal): -8778369 or 8326522. OLE color: 8326522.

HSL color Cylindrical-coordinate representation of color #7A0D7F: hue angle of 297.37º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A0D7F is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12213127-
CMYK0.040.9000.50
HSL297.37º81.43%27.45%-
HSV(B)297.37º89.76%49.8%-
XYZ125.9620.6-
YUV58.59166.61173.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.56%
GREEN value IS 13 (5.47% from 255) = 4.96%
BLUE value IS 127 (50% from 255) = 48.47%
R=46.56%
G=4.96%
B=48.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122131270.040.9000.50297.3781.4327.45
Hex7AD7F45A032129511b
Octal17215177413206245112133
Binary11110101101111111110010110100110010100101001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,13,127); }

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

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

 a { background-color: rgb(122,13,127); }

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

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

 span { border-color: rgb(122,13,127); }

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