#7B063A

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

Shades of Tyrian Purple #7B063A

Tints of Tyrian Purple #7B063A

Color information

#7B063A (or 0x7B063A) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 06 and 3A. RGB value is (123,6,58). Sum of RGB (Red+Green+Blue) = 123+6+58=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B063A is #84F9C5. Grayscale: #2E2E2E. Windows color (decimal): -8714694 or 3802747. OLE color: 3802747.

HSL color Cylindrical-coordinate representation of color #7B063A: hue angle of 333.33º 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 #7B063A is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB123658-
CMYK00.950.530.52
HSL333.33º90.7%25.29%-
HSV(B)333.33º95.12%48.24%-
XYZ94.654.43-
YUV46.91134.26182.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.78%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=65.78%
G=3.21%
B=31.02%

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
Decimal12365800.950.530.52333.3390.725.29
Hex7B63A05F353414d5b19
Octal1736720137656451513331
Binary111101111011101001011111110101110100101001101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,6,58); }

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

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

 a { background-color: rgb(123,6,58); }

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

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

 span { border-color: rgb(123,6,58); }

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