#6B0447

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

Shades of Tyrian Purple #6B0447

Tints of Tyrian Purple #6B0447

Color information

#6B0447 (or 0x6B0447) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 04 and 47. RGB value is (107,4,71). Sum of RGB (Red+Green+Blue) = 107+4+71=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0447 is #94FBB8. Grayscale: #2A2A2A. Windows color (decimal): -9763769 or 4654187. OLE color: 4654187.

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

Color convert

RGB107471-
CMYK00.960.340.58
HSL320.97º92.79%21.76%-
HSV(B)320.97º96.26%41.96%-
XYZ7.243.676.29-
YUV42.44144.12174.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.79%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 71 (28.12% from 255) = 39.01%
R=58.79%
G=2.20%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10747100.960.340.58320.9792.7921.76
Hex6B447060223A1415d16
Octal15341070140427250113526
Binary1101011100100011101100000100010111010101000001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,4,71); }

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

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

 a { background-color: rgb(107,4,71); }

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

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

 span { border-color: rgb(107,4,71); }

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