#6B0733

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

Shades of Tyrian Purple #6B0733

Tints of Tyrian Purple #6B0733

Color information

#6B0733 (or 0x6B0733) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 07 and 33. RGB value is (107,7,51). Sum of RGB (Red+Green+Blue) = 107+7+51=165 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.85% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0733 is #94F8CC. Grayscale: #292929. Windows color (decimal): -9763021 or 3344235. OLE color: 3344235.

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

Color convert

RGB107751-
CMYK00.930.520.58
HSL333.6º87.72%22.35%-
HSV(B)333.6º93.46%41.96%-
XYZ6.743.523.46-
YUV41.92133.13174.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 64.85%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 51 (20.31% from 255) = 30.91%
R=64.85%
G=4.24%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10775100.930.520.58333.687.7222.35
Hex6B73305D343A14e5816
Octal1537630135647251613026
Binary110101111111001101011101110100111010101001110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,7,51); }

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

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

 a { background-color: rgb(107,7,51); }

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

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

 span { border-color: rgb(107,7,51); }

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