#7B0C3E

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

Shades of Tyrian Purple #7B0C3E

Tints of Tyrian Purple #7B0C3E

Color information

#7B0C3E (or 0x7B0C3E) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 0C and 3E. RGB value is (123,12,62). Sum of RGB (Red+Green+Blue) = 123+12+62=197 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.44% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0C3E is #84F3C1. Grayscale: #323232. Windows color (decimal): -8713154 or 4066427. OLE color: 4066427.

HSL color Cylindrical-coordinate representation of color #7B0C3E: hue angle of 332.97º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B0C3E is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB1231262-
CMYK00.900.500.52
HSL332.97º82.22%26.47%-
HSV(B)332.97º90.24%48.24%-
XYZ9.174.825-
YUV50.89134.27179.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 62.44%
GREEN value IS 12 (5.08% from 255) = 6.09%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=62.44%
G=6.09%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123126200.900.500.52332.9782.2226.47
Hex7BC3E05A323414d521a
Octal17314760132626451512232
Binary1111011110011111001011010110010110100101001101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,12,62); }

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

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

 a { background-color: rgb(123,12,62); }

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

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

 span { border-color: rgb(123,12,62); }

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