#6B0046

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

Shades of Tyrian Purple #6B0046

Tints of Tyrian Purple #6B0046

Color information

#6B0046 (or 0x6B0046) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 00 and 46. RGB value is (107,0,70). Sum of RGB (Red+Green+Blue) = 107+0+70=177 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.45% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0046 is #94FFB9. Grayscale: #272727. Windows color (decimal): -9764794 or 4587627. OLE color: 4587627.

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

Color convert

RGB107070-
CMYK010.350.58
HSL320.75º100%20.98%-
HSV(B)320.75º100%41.96%-
XYZ7.173.576.11-
YUV39.97144.95175.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 60.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 70 (27.73% from 255) = 39.55%
R=60.45%
G=0%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107070010.350.58320.7510020.98
Hex6B046064233A1416415
Octal15301060144437250114425
Binary11010110100011001100100100011111010101000001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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