#7B0246

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

Shades of Tyrian Purple #7B0246

Tints of Tyrian Purple #7B0246

Color information

#7B0246 (or 0x7B0246) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 02 and 46. RGB value is (123,2,70). Sum of RGB (Red+Green+Blue) = 123+2+70=195 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.08% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0246 is #84FDB9. Grayscale: #2D2D2D. Windows color (decimal): -8715706 or 4588155. OLE color: 4588155.

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

Color convert

RGB123270-
CMYK00.980.430.52
HSL326.28º96.8%24.51%-
HSV(B)326.28º98.37%48.24%-
XYZ9.34.76.21-
YUV45.93141.59182.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 63.08%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=63.08%
G=1.03%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12327000.980.430.52326.2896.824.51
Hex7B2460622B341466119
Octal17321060142536450614131
Binary111101110100011001100010101011110100101000110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,2,70); }

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

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

 a { background-color: rgb(123,2,70); }

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

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

 span { border-color: rgb(123,2,70); }

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