#7B074D

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

Shades of Tyrian Purple #7B074D

Tints of Tyrian Purple #7B074D

Color information

#7B074D (or 0x7B074D) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 07 and 4D. RGB value is (123,7,77). Sum of RGB (Red+Green+Blue) = 123+7+77=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B074D is #84F8B2. Grayscale: #313131. Windows color (decimal): -8714419 or 5048187. OLE color: 5048187.

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

Color convert

RGB123777-
CMYK00.940.370.52
HSL323.79º89.23%25.49%-
HSV(B)323.79º94.31%48.24%-
XYZ9.584.97.46-
YUV49.66143.43180.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 59.42%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=59.42%
G=3.38%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12377700.940.370.52323.7989.2325.49
Hex7B74D05E25341445919
Octal17371150136456450413131
Binary1111011111100110101011110100101110100101000100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,7,77); }

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

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

 a { background-color: rgb(123,7,77); }

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

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

 span { border-color: rgb(123,7,77); }

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