#6B0633

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

Shades of Tyrian Purple #6B0633

Tints of Tyrian Purple #6B0633

Color information

#6B0633 (or 0x6B0633) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 06 and 33. RGB value is (107,6,51). Sum of RGB (Red+Green+Blue) = 107+6+51=164 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.24% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0633 is #94F9CC. Grayscale: #292929. Windows color (decimal): -9763277 or 3343979. OLE color: 3343979.

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

Color convert

RGB107651-
CMYK00.940.520.58
HSL333.27º89.38%22.16%-
HSV(B)333.27º94.39%41.96%-
XYZ6.733.53.45-
YUV41.33133.46174.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 65.24%
GREEN value IS 6 (2.73% from 255) = 3.66%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=65.24%
G=3.66%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10765100.940.520.58333.2789.3822.16
Hex6B63305E343A14d5916
Octal1536630136647251513126
Binary110101111011001101011110110100111010101001101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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