#7A0639

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

Shades of Tyrian Purple #7A0639

Tints of Tyrian Purple #7A0639

Color information

#7A0639 (or 0x7A0639) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 06 and 39. RGB value is (122,6,57). Sum of RGB (Red+Green+Blue) = 122+6+57=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0639 is #85F9C6. Grayscale: #2E2E2E. Windows color (decimal): -8780231 or 3737210. OLE color: 3737210.

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

Color convert

RGB122657-
CMYK00.950.530.52
HSL333.62º90.62%25.1%-
HSV(B)333.62º95.08%47.84%-
XYZ8.834.564.29-
YUV46.5133.93181.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.95%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 57 (22.66% from 255) = 30.81%
R=65.95%
G=3.24%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12265700.950.530.52333.6290.6225.1
Hex7A63905F353414e5b19
Octal1726710137656451613331
Binary111101011011100101011111110101110100101001110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,6,57); }

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

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

 a { background-color: rgb(122,6,57); }

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

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

 span { border-color: rgb(122,6,57); }

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