#6B082C

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

Shades of Tyrian Purple #6B082C

Tints of Tyrian Purple #6B082C

Color information

#6B082C (or 0x6B082C) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 08 and 2C. RGB value is (107,8,44). Sum of RGB (Red+Green+Blue) = 107+8+44=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B082C is #94F7D3. Grayscale: #292929. Windows color (decimal): -9762772 or 2885739. OLE color: 2885739.

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

Color convert

RGB107844-
CMYK00.930.590.58
HSL338.18º86.09%22.55%-
HSV(B)338.18º92.52%41.96%-
XYZ6.63.482.71-
YUV41.7129.3174.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 67.30%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=67.30%
G=5.03%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10784400.930.590.58338.1886.0922.55
Hex6B82C05D3B3A1525617
Octal15310540135737252212627
Binary1101011100010110001011101111011111010101010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,8,44); }

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

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

 a { background-color: rgb(107,8,44); }

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

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

 span { border-color: rgb(107,8,44); }

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