#6b0636

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

Shades of Tyrian Purple #6B0636

Tints of Tyrian Purple #6B0636

Color information

#6B0636 (or 0x6B0636) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 06 and 36. RGB value is (107,6,54). Sum of RGB (Red+Green+Blue) = 107+6+54=167 (22% of max value = 765). Red value is 107 (42.19% from 255 or 64.07% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0636 is #94F9C9. Grayscale: #292929. Windows color (decimal): -9763274 or 3540587. OLE color: 3540587.

HSL color Cylindrical-coordinate representation of color #6B0636: hue angle of 331.49º 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 #6B0636 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB107654-
CMYK00.940.500.58
HSL331.49º89.38%22.16%-
HSV(B)331.49º94.39%41.96%-
XYZ6.793.523.81-
YUV41.67134.96174.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 64.07%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 54 (21.48% from 255) = 32.34%
R=64.07%
G=3.59%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10765400.940.500.58331.4989.3822.16
Hex6B63605E323A14b5916
Octal1536660136627251313126
Binary110101111011011001011110110010111010101001011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b0636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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