#6B0346

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

Shades of Tyrian Purple #6B0346

Tints of Tyrian Purple #6B0346

Color information

#6B0346 (or 0x6B0346) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 03 and 46. RGB value is (107,3,70). Sum of RGB (Red+Green+Blue) = 107+3+70=180 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.44% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0346 is #94FCB9. Grayscale: #292929. Windows color (decimal): -9764026 or 4588395. OLE color: 4588395.

HSL color Cylindrical-coordinate representation of color #6B0346: hue angle of 321.35º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B0346 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB107370-
CMYK00.970.350.58
HSL321.35º94.55%21.57%-
HSV(B)321.35º97.2%41.96%-
XYZ7.23.636.12-
YUV41.73143.96174.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 59.44%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=59.44%
G=1.67%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10737000.970.350.58321.3594.5521.57
Hex6B346061233A1415f16
Octal15331060141437250113726
Binary110101111100011001100001100011111010101000001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B0346; }

 p { color: rgb(107,3,70); }

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

<style>
 a { background-color: #6B0346; }

 a { background-color: rgb(107,3,70); }

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

<style>
 span { border-color: #6B0346; }

 span { border-color: rgb(107,3,70); }

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