#6B0945

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

Shades of Tyrian Purple #6B0945

Tints of Tyrian Purple #6B0945

Color information

#6B0945 (or 0x6B0945) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 09 and 45. RGB value is (107,9,69). Sum of RGB (Red+Green+Blue) = 107+9+69=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0945 is #94F6BA. Grayscale: #2D2D2D. Windows color (decimal): -9762491 or 4524395. OLE color: 4524395.

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

Color convert

RGB107969-
CMYK00.920.360.58
HSL323.27º84.48%22.75%-
HSV(B)323.27º91.59%41.96%-
XYZ7.243.755.97-
YUV45.14141.47172.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 57.84%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=57.84%
G=4.86%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10796900.920.360.58323.2784.4822.75
Hex6B94505C243A1435417
Octal153111050134447250312427
Binary11010111001100010101011100100100111010101000011101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,9,69); }

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

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

 a { background-color: rgb(107,9,69); }

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

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

 span { border-color: rgb(107,9,69); }

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